home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / tphpstudio / setup-trial.exe / {app} / data / PHPFunction.dat < prev    next >
Encoding:
Text File  |  2004-06-30  |  125.7 KB  |  2,443 lines

  1. mixed    abs    (mixed number)
  2. float    acos    (float arg)
  3. float    acosh    (float arg)
  4. string    addcslashes    (string str, string charlist)
  5. string    addslashes    (string str)
  6. string    apache_child_terminate    (void)
  7. object    apache_lookup_uri    (string filename)
  8. string    apache_note    (string note_name [, string note_value])
  9. int    apache_setenv    (string variable, string value [, bool walk_to_top])
  10. array    array    ([mixed ...])
  11. array    array_change_key_case    (array input [, int case])
  12. array    array_chunk    (array input, int size [, bool preserve_keys])
  13. array    array_count_values    (array input)
  14. array    array_diff    (array array1, array array2 [, array ...])
  15. array    array_fill    (int start_index, int num, mixed value)
  16. array    array_filter    (array input [, mixed callback])
  17. array    array_flip    (array trans)
  18. array    array_intersect    (array array1, array array2 [, array ...])
  19. bool    array_key_exists    (mixed key, array search)
  20. array    array_keys    (array input [, mixed search_value])
  21. array    array_map    (mixed callback, array arr1 [, array arr2...])
  22. array    array_merge    (array array1, array array2 [, array ...])
  23. array    array_merge_recursive    (array array1, array array2 [, array ...])
  24. bool    array_multisort    (array ar1 [, mixed arg [, mixed ... [, array ...]]])
  25. array    array_pad    (array input, int pad_size, mixed pad_value)
  26. mixed    array_pop    (array array)
  27. int    array_push    (array array, mixed var [, mixed ...])
  28. mixed    array_rand    (array input [, int num_req])
  29. mixed    array_reduce    (array input, mixed callback [, int initial])
  30. array    array_reverse    (array array [, bool preserve_keys])
  31. mixed    array_search    (mixed needle, array haystack [, bool strict])
  32. mixed    array_shift    (array array)
  33. array    array_slice    (array array, int offset [, int length])
  34. array    array_splice    (array input, int offset [, int length [, array replacement]])
  35. mixed    array_sum    (array array)
  36. array    array_unique    (array array)
  37. int    array_unshift    (array array, mixed var [, mixed ...])
  38. array    array_values    (array input)
  39. int    array_walk    (array array, string func [, mixed userdata])
  40. void    arsort    (array array [, int sort_flags])
  41. int    ascii2ebcdic    (string ascii_str)
  42. float    asin    (float arg)
  43. float    asinh    (float arg)
  44. void    asort    (array array [, int sort_flags])
  45. bool    aspell_check    (int dictionary_link, string word)
  46. bool    aspell_check_raw    (int dictionary_link, string word)
  47. int    aspell_new    (string master [, string personal])
  48. array    aspell_suggest    (int dictionary_link, string word)
  49. int    assert    (string|bool assertion)
  50. mixed    assert_options    (int what [, mixed value])
  51. float    atan    (float arg)
  52. float    atan2    (float y, float x)
  53. float    atanh    (float arg)
  54. string    base64_decode    (string encoded_data)
  55. string    base64_encode    (string data)
  56. string    base_convert    (string number, int frombase, int tobase)
  57. string    basename    (string path [, string suffix])
  58. string    bcadd    (string left_operand, string right_operand [, int scale])
  59. int    bccomp    (string left_operand, string right_operand [, int scale])
  60. string    bcdiv    (string left_operand, string right_operand [, int scale])
  61. string    bcmod    (string left_operand, string modulus)
  62. string    bcmul    (string left_operand, string right_operand [, int scale])
  63. string    bcpow    (string x, string y [, int scale])
  64. string    bcscale    (int scale)
  65. string    bcsqrt    (string operand [, int scale])
  66. string    bcsub    (string left_operand, string right_operand [, int scale])
  67. string    bin2hex    (string str)
  68. string    bind_textdomain_codeset    (string domain, string codeset)
  69. int    bindec    (string binary_string)
  70. string    bindtextdomain    (string domain, string directory)
  71. int    bzclose    (int bz)
  72. string    bzcompress    (string source [, int blocksize [, int workfactor]])
  73. string    bzdecompress    (string source [, int small])
  74. int    bzerrno    (int bz)
  75. array    bzerror    (int bz)
  76. string    bzerrstr    (int bz)
  77. int    bzflush    (int bz)
  78. int    bzopen    (string filename, string mode)
  79. string    bzread    (int bz [, int length])
  80. int    bzwrite    (int bz, string data [, int length])
  81. int    cal_days_in_month    (int calendar, int month, int year)
  82. array    cal_from_jd    (int jd, int calendar)
  83. array    cal_info    (int calendar)
  84. int    cal_to_jd    (int calendar, int month, int day, int year)
  85. mixed    call_user_func    (string function_name [, mixed parameter [, mixed ...]])
  86. mixed    call_user_func_array    (string function_name [, array paramarr])
  87. mixed    call_user_method    (string method_name, object obj [, mixed parameter [, mixed ...]])
  88. mixed    call_user_method_array    (string method_name, object obj [, array paramarr])
  89. string    ccvs_add    (string session, string invoice, string argtype, string argval)
  90. string    ccvs_auth    (string session, string invoice)
  91. string    ccvs_command    (string session, string type, string argval)
  92. int    ccvs_count    (string session, string type)
  93. string    ccvs_delete    (string session, string invoice)
  94. string    ccvs_done    (string sess)
  95. string    ccvs_init    (string name)
  96. string    ccvs_lookup    (string session, string invoice, int inum)
  97. string    ccvs_new    (string session, string invoice)
  98. string    ccvs_report    (string session, string type)
  99. string    ccvs_return    (string session, string invoice)
  100. string    ccvs_reverse    (string session, string invoice)
  101. string    ccvs_sale    (string session, string invoice)
  102. string    ccvs_status    (string session, string invoice)
  103. string    ccvs_textvalue    (string session)
  104. string    ccvs_void    (string session, string invoice)
  105. float    ceil    (float value)
  106. bool    chdir    (string directory)
  107. bool    checkdate    (int month, int day, int year)
  108. int    checkdnsrr    (string host [, string type])
  109. int    chgrp    (string filename, mixed group)
  110. string    chop    (string str [, string charlist])
  111. int    chown    (string filename, mixed user)
  112. string    chr    (int ascii)
  113. bool    chroot    (string directory)
  114. string    chunk_split    (string body [, int chunklen [, string end]])
  115. bool    class_exists    (string class_name)
  116. void    clearstatcache    (void)
  117. void    closedir    (resource dir_handle)
  118. int    closelog    (void)
  119. void    com_addref    (void)
  120. mixed    com_get    (resource com_object, string property)
  121. mixed    com_invoke    (resource com_object, string function_name [, mixed function parameters, ...])
  122. void    com_isenum    (object com_module)
  123. string    com_load    (string module name [, string server name [, int codepage]])
  124. void    com_load_typelib    (string typelib_name [, int case_insensitive])
  125. mixed    com_propget    (resource com_object, string property)
  126. void    com_propput    (resource com_object, string property, mixed value)
  127. void    com_propset    (resource com_object, string property, mixed value)
  128. void    com_release    (void)
  129. void    com_set    (resource com_object, string property, mixed value)
  130. array    compact    (mixed varname [, mixed ...])
  131. int    connection_aborted    (void)
  132. int    connection_status    (void)
  133. bool    connection_timeout    (void)
  134. mixed    constant    (string name)
  135. string    convert_cyr_string    (string str, string from, string to)
  136. int    copy    (string source, string dest)
  137. float    cos    (float arg)
  138. float    cosh    (float arg)
  139. int    count    (mixed var)
  140. mixed    count_chars    (string string [, int mode])
  141. void    cpdf_add_annotation    (int pdf document, float llx, float lly, float urx, float ury, string title, string content [, int mode])
  142. void    cpdf_add_outline    (int pdf document, string text)
  143. void    cpdf_arc    (int pdf document, float x-coor, float y-coor, float radius, float start, float end [, int mode])
  144. void    cpdf_begin_text    (int pdf document)
  145. void    cpdf_circle    (int pdf document, float x-coor, float y-coor, float radius [, int mode])
  146. void    cpdf_clip    (int pdf document)
  147. void    cpdf_close    (int pdf document)
  148. void    cpdf_closepath    (int pdf document)
  149. void    cpdf_closepath_fill_stroke    (int pdf document)
  150. void    cpdf_closepath_stroke    (int pdf document)
  151. void    cpdf_continue_text    (int pdf document, string text)
  152. void    cpdf_curveto    (int pdf document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode])
  153. void    cpdf_end_text    (int pdf document)
  154. void    cpdf_fill    (int pdf document)
  155. void    cpdf_fill_stroke    (int pdf document)
  156. void    cpdf_finalize    (int pdf document)
  157. void    cpdf_finalize_page    (int pdf document, int page number)
  158. void    cpdf_global_set_document_limits    (int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects)
  159. int    cpdf_import_jpeg    (int pdf document, string file name, float x-coor, float y-coor, float angle, float width, float height, float x-scale, float y-scale [, int mode])
  160. void    cpdf_lineto    (int pdf document, float x-coor, float y-coor [, int mode])
  161. void    cpdf_moveto    (int pdf document, float x-coor, float y-coor [, int mode])
  162. void    cpdf_newpath    (int pdf document)
  163. int    cpdf_open    (int compression [, string filename])
  164. void    cpdf_output_buffer    (int pdf document)
  165. void    cpdf_page_init    (int pdf document, int page number, int orientation, float height, float width [, float unit])
  166. void    cpdf_place_inline_image    (int pdf document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode])
  167. void    cpdf_rect    (int pdf document, float x-coor, float y-coor, float width, float height [, int mode])
  168. void    cpdf_restore    (int pdf document)
  169. void    cpdf_rlineto    (int pdf document, float x-coor, float y-coor [, int mode])
  170. void    cpdf_rmoveto    (int pdf document, float x-coor, float y-coor [, int mode])
  171. void    cpdf_rotate    (int pdf document, float angle)
  172. void    cpdf_rotate_text    (int pdfdoc, float angle)
  173. void    cpdf_save    (int pdf document)
  174. void    cpdf_save_to_file    (int pdf document, string filename)
  175. void    cpdf_scale    (int pdf document, float x-scale, float y-scale)
  176. void    cpdf_set_action_url    (int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode])
  177. void    cpdf_set_char_spacing    (int pdf document, float space)
  178. void    cpdf_set_creator    (string creator)
  179. void    cpdf_set_current_page    (int pdf document, int page number)
  180. void    cpdf_set_font    (int pdf document, string font name, float size, string encoding)
  181. void    cpdf_set_font_directories    (int pdfdoc, string pfmdir, string pfbdir)
  182. void    cpdf_set_font_map_file    (int pdfdoc, string filename)
  183. void    cpdf_set_horiz_scaling    (int pdf document, float scale)
  184. void    cpdf_set_keywords    (string keywords)
  185. void    cpdf_set_leading    (int pdf document, float distance)
  186. void    cpdf_set_page_animation    (int pdf document, int transition, float duration)
  187. void    cpdf_set_subject    (string subject)
  188. void    cpdf_set_text_matrix    (int pdf document, array matrix)
  189. void    cpdf_set_text_pos    (int pdf document, float x-coor, float y-coor [, int mode])
  190. void    cpdf_set_text_rendering    (int pdf document, int mode)
  191. void    cpdf_set_text_rise    (int pdf document, float value)
  192. void    cpdf_set_title    (string title)
  193. void    cpdf_set_viewer_preferences    (int pdfdoc, array preferences)
  194. void    cpdf_set_word_spacing    (int pdf document, float space)
  195. void    cpdf_setdash    (int pdf document, float white, float black)
  196. void    cpdf_setflat    (int pdf document, float value)
  197. void    cpdf_setgray    (int pdf document, float gray value)
  198. void    cpdf_setgray_fill    (int pdf document, float value)
  199. void    cpdf_setgray_stroke    (int pdf document, float gray value)
  200. void    cpdf_setlinecap    (int pdf document, int value)
  201. void    cpdf_setlinejoin    (int pdf document, long value)
  202. void    cpdf_setlinewidth    (int pdf document, float width)
  203. void    cpdf_setmiterlimit    (int pdf document, float value)
  204. void    cpdf_setrgbcolor    (int pdf document, float red value, float green value, float blue value)
  205. void    cpdf_setrgbcolor_fill    (int pdf document, float red value, float green value, float blue value)
  206. void    cpdf_setrgbcolor_stroke    (int pdf document, float red value, float green value, float blue value)
  207. void    cpdf_show    (int pdf document, string text)
  208. void    cpdf_show_xy    (int pdf document, string text, float x-coor, float y-coor [, int mode])
  209. float    cpdf_stringwidth    (int pdf document, string text)
  210. void    cpdf_stroke    (int pdf document)
  211. void    cpdf_text    (int pdf document, string text, float x-coor, float y-coor [, int mode [, float orientation [, int alignmode]]])
  212. void    cpdf_translate    (int pdf document, float x-coor, float y-coor [, int mode])
  213. bool    crack_check    ([resource dictionary, string password])
  214. bool    crack_closedict    ([resource dictionary])
  215. string    crack_getlastmessage    (void)
  216. resource    crack_opendict    (string dictionary)
  217. int    crc32    (string str)
  218. string    create_function    (string args, string code)
  219. string    crypt    (string str [, string salt])
  220. bool    ctype_alnum    (string text)
  221. bool    ctype_alpha    (string text)
  222. bool    ctype_cntrl    (string text)
  223. bool    ctype_digit    (string text)
  224. bool    ctype_graph    (string text)
  225. bool    ctype_lower    (string text)
  226. bool    ctype_print    (string text)
  227. bool    ctype_punct    (string text)
  228. bool    ctype_space    (string text)
  229. bool    ctype_upper    (string text)
  230. bool    ctype_xdigit    (string text)
  231. void    curl_close    (int ch)
  232. int    curl_errno    (int ch)
  233. string    curl_error    (int ch)
  234. bool    curl_exec    (int ch)
  235. string    curl_getinfo    (int ch, int opt)
  236. int    curl_init    ([string url])
  237. bool    curl_setopt    (int ch, string option, mixed value)
  238. string    curl_version    (void)
  239. mixed    current    (array array)
  240. string    cybercash_base64_decode    (string inbuff)
  241. string    cybercash_base64_encode    (string inbuff)
  242. array    cybercash_decr    (string wmk, string sk, string inbuff)
  243. array    cybercash_encr    (string wmk, string sk, string inbuff)
  244. string    cybermut_creerformulairecm    (string url_CM, string version, string TPE, string montant, string ref_commande, string texte_libre, string url_retour, string url_retour_ok, string url_retour_err, string langue, string code_societe, string texte_bouton)
  245. string    cybermut_creerreponsecm    (string phrase)
  246. bool    cybermut_testmac    (string code_MAC, string version, string TPE, string cdate, string montant, string ref_commande, string texte_libre, string code-retour)
  247. bool    cyrus_authenticate    (resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf]]]]])
  248. bool    cyrus_bind    (resource connection, array callbacks)
  249. bool    cyrus_close    (resource connection)
  250. resource    cyrus_connect    ([string host [, string port [, int flags]]])
  251. bool    cyrus_query    (resource connection, string query)
  252. bool    cyrus_unbind    (resource connection, string trigger_name)
  253. string    date    (string format [, int timestamp])
  254. void    dba_close    (int handle)
  255. bool    dba_delete    (string key, int handle)
  256. bool    dba_exists    (string key, int handle)
  257. string    dba_fetch    (string key, int handle)
  258. string    dba_firstkey    (int handle)
  259. bool    dba_insert    (string key, string value, int handle)
  260. string    dba_nextkey    (int handle)
  261. int    dba_open    (string path, string mode, string handler [, ...])
  262. bool    dba_optimize    (int handle)
  263. int    dba_popen    (string path, string mode, string handler [, ...])
  264. bool    dba_replace    (string key, string value, int handle)
  265. bool    dba_sync    (int handle)
  266. bool    dbase_add_record    (int dbase_identifier, array record)
  267. bool    dbase_close    (int dbase_identifier)
  268. int    dbase_create    (string filename, array fields)
  269. bool    dbase_delete_record    (int dbase_identifier, int record)
  270. array    dbase_get_record    (int dbase_identifier, int record)
  271. array    dbase_get_record_with_names    (int dbase_identifier, int record)
  272. int    dbase_numfields    (int dbase_identifier)
  273. int    dbase_numrecords    (int dbase_identifier)
  274. int    dbase_open    (string filename, int flags)
  275. bool    dbase_pack    (int dbase_identifier)
  276. bool    dbase_replace_record    (int dbase_identifier, array record, int dbase_record_number)
  277. string    dblist    (void)
  278. bool    dbmclose    (int dbm_identifier)
  279. bool    dbmdelete    (int dbm_identifier, string key)
  280. bool    dbmexists    (int dbm_identifier, string key)
  281. string    dbmfetch    (int dbm_identifier, string key)
  282. string    dbmfirstkey    (int dbm_identifier)
  283. int    dbminsert    (int dbm_identifier, string key, string value)
  284. string    dbmnextkey    (int dbm_identifier, string key)
  285. int    dbmopen    (string filename, string flags)
  286. int    dbmreplace    (int dbm_identifier, string key, string value)
  287. int    dbplus_add    (resource relation, array tuple)
  288. resource    dbplus_aql    (string query [, string server [, string dbpath]])
  289. string    dbplus_chdir    ([string newdir])
  290. int    dbplus_close    (resource relation)
  291. int    dbplus_curr    (resource relation, array tuple)
  292. string    dbplus_errcode    (int errno)
  293. int    dbplus_errno    (void)
  294. int    dbplus_find    (resource relation, array constraints, mixed tuple)
  295. int    dbplus_first    (resource relation, array tuple)
  296. int    dbplus_flush    (resource relation)
  297. int    dbplus_freealllocks    (void)
  298. int    dbplus_freelock    (resource relation, string tname)
  299. int    dbplus_freerlocks    (resource relation)
  300. int    dbplus_getlock    (resource relation, string tname)
  301. int    dbplus_getunique    (resource relation, int uniqueid)
  302. int    dbplus_info    (resource relation, string key, array )
  303. int    dbplus_last    (resource relation, array tuple)
  304. int    dbplus_lockrel    (resource relation)
  305. int    dbplus_next    (resource relation, array )
  306. resource    dbplus_open    (string name)
  307. int    dbplus_prev    (resource relation, array tuple)
  308. int    dbplus_rchperm    (resource relation, int mask, string user, string group)
  309. resource    dbplus_rcreate    (string name, mixed domlist [, boolean overwrite])
  310. resource    dbplus_rcrtexact    (string name, resource relation, boolean overwrite)
  311. resource    dbplus_rcrtlike    (string name, resource relation, int flag)
  312. int    dbplus_resolve    (string relation_name)
  313. int    dbplus_restorepos    (resource relation, array tuple)
  314. resource    dbplus_rkeys    (resource relation, mixed domlist)
  315. resource    dbplus_ropen    (string name)
  316. int    dbplus_rquery    (string query, string dbpath)
  317. int    dbplus_rrename    (resource relation, string name)
  318. resource    dbplus_rsecindex    (resource relation, mixed domlist, int type)
  319. int    dbplus_runlink    (resource relation)
  320. int    dbplus_rzap    (resource relation)
  321. int    dbplus_savepos    (resource relation)
  322. int    dbplus_setindex    (resource relation, string idx_name)
  323. int    dbplus_setindexbynumber    (resource relation, int idx_number)
  324. resource    dbplus_sql    (string query, string server, string dbpath)
  325. int    dbplus_tcl    (int sid, string script)
  326. int    dbplus_tremove    (resource relation, array tuple [, array current])
  327. int    dbplus_undo    (resource relation)
  328. int    dbplus_undoprepare    (resource relation)
  329. int    dbplus_unlockrel    (resource relation)
  330. int    dbplus_unselect    (resource relation)
  331. int    dbplus_update    (resource relation, array old, array new)
  332. int    dbplus_xlockrel    (resource relation)
  333. int    dbplus_xunlockrel    (resource relation)
  334. bool    dbx_close    (object link_identifier)
  335. int    dbx_compare    (array row_a, array row_b, string column_key [, int flags])
  336. object    dbx_connect    (mixed module, string host, string database, string username, string password [, int persistent])
  337. string    dbx_error    (object link_identifier)
  338. object    dbx_query    (object link_identifier, string sql_statement [, long flags])
  339. bool    dbx_sort    (object result, string user_compare_function)
  340. string    dcgettext    (string domain, string message, int category)
  341. string    dcngettext    (string domain, string msgid1, string msgid2, int n, int category)
  342. int    debugger_off    (void)
  343. int    debugger_on    (string address)
  344. string    decbin    (int number)
  345. string    dechex    (int number)
  346. string    decoct    (int number)
  347. bool    define    (string name, mixed value [, bool case_insensitive])
  348. void    define_syslog_variables    (void)
  349. bool    defined    (string name)
  350. float    deg2rad    (float number)
  351. void    delete    (string file)
  352. string    dgettext    (string domain, string message)
  353. void    die    (int status)
  354. void    dio_close    (resource fd)
  355. mixed    dio_fcntl    (resource fd, int cmd [, mixed arg])
  356. resource    dio_open    (string filename, int flags [, int mode])
  357. string    dio_read    (resource fd [, int n])
  358. int    dio_seek    (resource fd, int pos, int whence)
  359. array    dio_stat    (resource fd)
  360. bool    dio_truncate    (resource fd, int offset)
  361. int    dio_write    (resource fd, string data [, int len])
  362. string    dirname    (string path)
  363. float    disk_free_space    (string directory)
  364. float    disk_total_space    (string directory)
  365. float    diskfreespace    (string directory)
  366. int    dl    (string library)
  367. resource    domxml_add_root    (resource doc, string name)
  368. array    domxml_attributes    (resource node)
  369. array    domxml_children    (object doc|node)
  370. string    domxml_dumpmem    (resource doc [, bool format])
  371. object    domxml_get_attribute    (resource node, string name)
  372. resource    domxml_new_child    (string name, string content)
  373. object    domxml_new_xmldoc    (string version)
  374. object    domxml_node    (string name)
  375. bool    domxml_node_set_content    (string content)
  376. object    domxml_node_unlink_node    (void)
  377. object    domxml_root    (object doc)
  378. object    domxml_set_attribute    (resource node, string name, string value)
  379. string    domxml_version    (void)
  380. int    dotnet_load    (string assembly_name [, string datatype_name [, int codepage]])
  381. float    doubleval    (mixed var)
  382. array    each    (array array)
  383. int    easter_date    (int year)
  384. int    easter_days    (int year)
  385. int    ebcdic2ascii    (string ebcdic_str)
  386. void    echo    (stringarg1 [,stringargn...])
  387. bool    anempty    (mixed var)
  388. mixed    end    (array array)
  389. int    ereg    (string pattern, string string [, array regs])
  390. string    ereg_replace    (string pattern, string replacement, string string)
  391. int    eregi    (string pattern, string string [, array regs])
  392. string    eregi_replace    (string pattern, string replacement, string string)
  393. int    error_log    (string message [, int message_type [, string destination [, string extra_headers]]])
  394. int    error_reporting    ([int level])
  395. string    escapeshellarg    (string arg)
  396. string    escapeshellcmd    (string command)
  397. mixed    eval    (string code_str)
  398. string    exec    (string command [, string array [, int return_var]])
  399. void    exit    ([string status])
  400. float    exp    (float arg)
  401. array    explode    (string separator, string string [, int limit])
  402. float    expm1    (float number)
  403. bool    extension_loaded    (string name)
  404. int    extract    (array var_array [, int extract_type [, string prefix]])
  405. int    ezmlm_hash    (string addr)
  406. int    fbsql_affected_rows    ([int link_identifier])
  407. bool    fbsql_autocommit    (resource link_identifier [, bool OnOff])
  408. resource    fbsql_change_user    (string user, string password [, string database [, int link_identifier]])
  409. bool    anfbsql_close    ([resource link_identifier])
  410. bool    fbsql_commit    ([resource link_identifier])
  411. resource    fbsql_connect    ([string hostname [, string username [, string password]]])
  412. string    fbsql_create_blob    (string blob_data [, resource link_identifier])
  413. string    fbsql_create_clob    (string clob_data [, resource link_identifier])
  414. bool    fbsql_create_db    (string database name [, resource link_identifier])
  415. bool    fbsql_data_seek    (resource result_identifier, int row_number)
  416. string    fbsql_database    (resource link_identifier [, string database])
  417. string    fbsql_database_password    (resource link_identifier [, string database_password])
  418. resource    fbsql_db_query    (string database, string query [, resource link_identifier])
  419. int    fbsql_db_status    (string database_name [, resource link_identifier])
  420. bool    fbsql_drop_db    (string database_name [, resource link_identifier])
  421. int    fbsql_errno    ([resource link_identifier])
  422. string    fbsql_error    ([resource link_identifier])
  423. array    fbsql_fetch_array    (resource result [, int result_type])
  424. array    fbsql_fetch_assoc    (resource result)
  425. object    fbsql_fetch_field    (resource result [, int field_offset])
  426. array    fbsql_fetch_lengths    ([resource result])
  427. object    fbsql_fetch_object    (resource result [, int result_type])
  428. array    fbsql_fetch_row    (resource result)
  429. string    fbsql_field_flags    (resource result, int field_offset)
  430. int    fbsql_field_len    (resource result, int field_offset)
  431. string    fbsql_field_name    (resource result, int field_index)
  432. bool    fbsql_field_seek    (resource result, int field_offset)
  433. string    fbsql_field_table    (resource result, int field_offset)
  434. string    fbsql_field_type    (resource result, int field_offset)
  435. bool    fbsql_free_result    (int result)
  436. array    fbsql_get_autostart_info    ([resource link_identifier])
  437. string    fbsql_hostname    (resource link_identifier [, string host_name])
  438. int    fbsql_insert_id    ([resource link_identifier])
  439. resource    fbsql_list_dbs    ([resource link_identifier])
  440. resource    fbsql_list_fields    (string database_name, string table_name [, resource link_identifier])
  441. resource    fbsql_list_tables    (string database [, resource link_identifier])
  442. bool    fbsql_next_result    (int result_id)
  443. int    fbsql_num_fields    (resource result)
  444. int    fbsql_num_rows    (resource result)
  445. string    fbsql_password    (resource link_identifier [, string password])
  446. resource    fbsql_pconnect    ([string hostname [, string username [, string password]]])
  447. resource    fbsql_query    (string query [, resource link_identifier])
  448. string    fbsql_read_blob    (string blob_handle [, resource link_identifier])
  449. string    fbsql_read_clob    (string clob_handle [, resource link_identifier])
  450. mixed    fbsql_result    (resource result, int row [, mixed field])
  451. bool    fbsql_rollback    ([resource link_identifier])
  452. bool    fbsql_select_db    (string database_name [, resource link_identifier])
  453. bool    fbsql_set_lob_mode    (resource result, string database_name)
  454. void    fbsql_set_transaction    (resource link_identifier, int Locking, int Isolation)
  455. bool    fbsql_start_db    (string database_name [, resource link_identifier])
  456. bool    fbsql_stop_db    (string database_name [, resource link_identifier])
  457. string    fbsql_tablename    (resource result, int i)
  458. string    fbsql_username    (resource link_identifier [, string username])
  459. bool    fbsql_warnings    ([bool OnOff])
  460. bool    fclose    (int fp)
  461. bool    fdf_add_template    (int fdfdoc, int newpage, string filename, string template, int rename)
  462. bool    fdf_close    (int fdf_document)
  463. int    fdf_create    (void)
  464. string    fdf_get_file    (int fdf_document)
  465. string    fdf_get_status    (int fdf_document)
  466. string    fdf_get_value    (int fdf_document, string fieldname)
  467. string    fdf_next_field_name    (int fdf_document [, string fieldname])
  468. int    fdf_open    (string filename)
  469. int    fdf_save    (string filename)
  470. bool    fdf_set_ap    (int fdf_document, string field_name, int face, string filename, int page_number)
  471. bool    fdf_set_encoding    (int fdf_document, string encoding)
  472. bool    fdf_set_file    (int fdf_document, string filename)
  473. bool    fdf_set_flags    (int fdf_document, string fieldname, int whichFlags, int newFlags)
  474. bool    fdf_set_javascript_action    (int fdf_document, string fieldname, int trigger, string script)
  475. bool    fdf_set_opt    (int fdf_document, string fieldname, int element, string str1, string str2)
  476. bool    fdf_set_status    (int fdf_document, string status)
  477. bool    fdf_set_submit_form_action    (int fdf_document, string fieldname, int trigger, string script, int flags)
  478. bool    fdf_set_value    (int fdf_document, string fieldname, string value, int isName)
  479. int    feof    (int fp)
  480. int    fflush    (int fp)
  481. string    fgetc    (int fp)
  482. array    fgetcsv    (int fp, int length [, string delimiter])
  483. string    fgets    (int fp [, int length])
  484. string    fgetss    (int fp, int length [, string allowable_tags])
  485. array    file    (string filename [, int use_include_path])
  486. bool    file_exists    (string filename)
  487. int    fileatime    (string filename)
  488. int    filectime    (string filename)
  489. int    filegroup    (string filename)
  490. int    fileinode    (string filename)
  491. int    filemtime    (string filename)
  492. int    fileowner    (string filename)
  493. int    fileperms    (string filename)
  494. bool    filepro    (string directory)
  495. int    filepro_fieldcount    (void)
  496. string    filepro_fieldname    (int field_number)
  497. string    filepro_fieldtype    (int field_number)
  498. int    filepro_fieldwidth    (int field_number)
  499. string    filepro_retrieve    (int row_number, int field_number)
  500. int    filepro_rowcount    (void)
  501. int    filesize    (string filename)
  502. string    filetype    (string filename)
  503. float    floatval    (mixed var)
  504. bool    flock    (int fp, int operation [, int wouldblock])
  505. float    floor    (float value)
  506. void    flush    (void)
  507. int    fopen    (string filename, string mode [, int use_include_path])
  508. int    fpassthru    (int fp)
  509. int    fputs    (int fp, string str [, int length])
  510. string    fread    (int fp, int length)
  511. int    frenchtojd    (int month, int day, int year)
  512. string    fribidi_log2vis    (string str, string direction, int charset)
  513. mixed    fscanf    (int handle, string format [, string var1])
  514. int    fseek    (int fp, int offset [, int whence])
  515. int    fsockopen    (string hostname, int port [, int errno [, string errstr [, float timeout]]])
  516. array    fstat    (int fp)
  517. int    ftell    (int fp)
  518. int    ftok    (string pathname, string proj)
  519. bool    ftp_cdup    (resource ftp_stream)
  520. bool    ftp_chdir    (resource ftp_stream, string directory)
  521. void    ftp_close    (resource ftp_stream)
  522. resource    ftp_connect    (string host [, int port [, int timeout]])
  523. bool    ftp_delete    (resource ftp_stream, string path)
  524. bool    ftp_exec    (resource stream, string command)
  525. bool    ftp_fget    (resource ftp_stream, resource fp, string remote_file, int mode)
  526. bool    ftp_fput    (resource ftp_stream, string remote_file, resource fp, int mode)
  527. bool    ftp_get    (resource ftp_stream, string local_file, string remote_file, int mode)
  528. bool    ftp_get_option    (resource stream, int option)
  529. bool    ftp_login    (resource ftp_stream, string username, string password)
  530. int    ftp_mdtm    (resource ftp_stream, string remote_file)
  531. string    ftp_mkdir    (resource ftp_stream, string directory)
  532. array    ftp_nlist    (resource ftp_stream, string directory)
  533. bool    ftp_pasv    (resource ftp_stream, bool pasv)
  534. bool    ftp_put    (resource ftp_stream, string remote_file, string local_file, int mode)
  535. string    ftp_pwd    (resource ftp_stream)
  536. void    ftp_quit    (resource ftp_stream)
  537. array    ftp_rawlist    (resource ftp_stream, string directory)
  538. bool    ftp_rename    (resource ftp_stream, string from, string to)
  539. bool    ftp_rmdir    (resource ftp_stream, string directory)
  540. bool    ftp_set_option    (resource stream, int option, mixed value)
  541. bool    ftp_site    (resource ftp_stream, string cmd)
  542. int    ftp_size    (resource ftp_stream, string remote_file)
  543. string    ftp_systype    (resource ftp_stream)
  544. int    ftruncate    (int fp, int size)
  545. mixed    func_get_arg    (int arg_num)
  546. array    func_get_args    (void)
  547. int    func_num_args    (void)
  548. bool    function_exists    (string function_name)
  549. int    fwrite    (int fp, string string [, int length])
  550. object    get_browser    ([string user_agent])
  551. string    get_cfg_var    (string varname)
  552. string    get_class    (object obj)
  553. array    get_class_methods    (mixed class_name)
  554. array    get_class_vars    (string class_name)
  555. string    get_current_user    (void)
  556. array    get_declared_classes    (void)
  557. array    get_defined_constants    (void)
  558. array    get_defined_functions    (void)
  559. array    get_defined_vars    (void)
  560. array    get_extension_funcs    (string module_name)
  561. string    get_html_translation_table    (int table [, int quote_style])
  562. array    get_included_files    (void)
  563. array    get_loaded_extensions    (void)
  564. long    get_magic_quotes_gpc    (void)
  565. long    get_magic_quotes_runtime    (void)
  566. array    get_meta_tags    (string filename [, int use_include_path])
  567. array    get_object_vars    (object obj)
  568. string    get_parent_class    (mixed obj)
  569. array    get_required_files    (void)
  570. string    get_resource_type    (resource handle)
  571. array    getallheaders    (void)
  572. string    getcwd    (void)
  573. array    getdate    ([int timestamp])
  574. string    getenv    (string varname)
  575. string    gethostbyaddr    (string ip_address)
  576. string    gethostbyname    (string hostname)
  577. array    gethostbynamel    (string hostname)
  578. array    getimagesize    (string filename [, array imageinfo])
  579. int    getlastmod    (void)
  580. int    getmxrr    (string hostname, array mxhosts [, array weight])
  581. int    getmygid    (void)
  582. int    getmyinode    (void)
  583. int    getmypid    (void)
  584. int    getmyuid    (void)
  585. int    getprotobyname    (string name)
  586. string    getprotobynumber    (int number)
  587. int    getrandmax    (void)
  588. array    getrusage    ([int who])
  589. int    getservbyname    (string service, string protocol)
  590. string    getservbyport    (int port, string protocol)
  591. string    gettext    (string message)
  592. array    gettimeofday    (void)
  593. string    gettype    (mixed var)
  594. string    gmdate    (string format [, int timestamp])
  595. int    gmmktime    (int hour, int minute, int second, int month, int day, int year [, int is_dst])
  596. resource    gmp_abs    (resource a)
  597. resource    gmp_add    (resource a, resource b)
  598. resource    gmp_and    (resource a, resource b)
  599. resource    gmp_clrbit    (resource &a, int index)
  600. int    gmp_cmp    (resource a, resource b)
  601. resource    gmp_com    (resource a)
  602. resource    gmp_div    (resource a, resource b)
  603. resource    gmp_div_q    (resource a, resource b [, int round])
  604. array    gmp_div_qr    (resource n, resource d [, int round])
  605. resource    gmp_div_r    (resource n, resource d [, int round])
  606. resource    gmp_divexact    (resource n, resource d)
  607. resource    gmp_fact    (int a)
  608. resource    gmp_gcd    (resource a, resource b)
  609. array    gmp_gcdext    (resource a, resource b)
  610. int    gmp_hamdist    (resource a, resource b)
  611. resource    gmp_init    (mixed number)
  612. int    gmp_intval    (resource gmpnumber)
  613. resource    gmp_invert    (resource a, resource b)
  614. int    gmp_jacobi    (resource a, resource p)
  615. int    gmp_legendre    (resource a, resource p)
  616. resource    gmp_mod    (resource n, resource d)
  617. resource    gmp_mul    (resource a, resource b)
  618. resource    gmp_neg    (resource a)
  619. resource    gmp_or    (resource a, resource b)
  620. bool    gmp_perfect_square    (resource a)
  621. int    gmp_popcount    (resource a)
  622. resource    gmp_pow    (resource base, int exp)
  623. resource    gmp_powm    (resource base, resource exp, resource mod)
  624. int    gmp_prob_prime    (resource a [, int reps])
  625. resource    gmp_random    (int limiter)
  626. int    gmp_scan0    (resource a, int start)
  627. int    gmp_scan1    (resource a, int start)
  628. resource    gmp_setbit    (resource &a, int index [, bool set_clear])
  629. int    gmp_sign    (resource a)
  630. resource    gmp_sqrt    (resource a)
  631. string    gmp_strval    (resource gmpnumber [, int base])
  632. resource    gmp_sub    (resource a, resource b)
  633. resource    gmp_xor    (resource a, resource b)
  634. string    gmstrftime    (string format [, int timestamp])
  635. int    gregoriantojd    (int month, int day, int year)
  636. int    gzclose    (int zp)
  637. string    gzcompress    (string data [, int level])
  638. string    gzdeflate    (string data [, int level])
  639. string    gzencode    (string data [, int level [, int encoding_mode]])
  640. int    gzeof    (int zp)
  641. array    gzfile    (string filename [, int use_include_path])
  642. string    gzgetc    (int zp)
  643. string    gzgets    (int zp, int length)
  644. string    gzgetss    (int zp, int length [, string allowable_tags])
  645. string    gzinflate    (string data [, int length])
  646. int    gzopen    (string filename, string mode [, int use_include_path])
  647. int    gzpassthru    (int zp)
  648. int    gzputs    (int zp, string str [, int length])
  649. string    gzread    (int zp, int length)
  650. int    gzrewind    (int zp)
  651. int    gzseek    (int zp, int offset)
  652. int    gztell    (int zp)
  653. string    gzuncompress    (string data [, int length])
  654. int    gzwrite    (int zp, string string [, int length])
  655. int    header    (string string [, bool replace])
  656. bool    headers_sent    (void)
  657. string    hebrev    (string hebrew_text [, int max_chars_per_line])
  658. string    hebrevc    (string hebrew_text [, int max_chars_per_line])
  659. int    hexdec    (string hex_string)
  660. bool    highlight_file    (string filename [, bool return])
  661. mixed    highlight_string    (string str [, bool return])
  662. string    htmlentities    (string string [, int quote_style [, string charset]])
  663. string    htmlspecialchars    (string string [, int quote_style [, string charset]])
  664. string    hw_array2objrec    (array object_array)
  665. void    hw_changeobject    (int link, int objid, array attributes)
  666. array    hw_children    (int connection, int objectID)
  667. array    hw_childrenobj    (int connection, int objectID)
  668. int    hw_close    (int connection)
  669. int    hw_connect    (string host, int port, string username, string password)
  670. void    hw_connection_info    (int link)
  671. int    hw_cp    (int connection, array object_id_array, int destination id)
  672. int    hw_deleteobject    (int connection, int object_to_delete)
  673. int    hw_docbyanchor    (int connection, int anchorID)
  674. string    hw_docbyanchorobj    (int connection, int anchorID)
  675. string    hw_document_attributes    (int hw_document)
  676. string    hw_document_bodytag    (int hw_document)
  677. string    hw_document_content    (int hw_document)
  678. string    hw_document_setcontent    (int hw_document, string content)
  679. int    hw_document_size    (int hw_document)
  680. string    hw_dummy    (int link, int id, int msgid)
  681. int    hw_edittext    (int connection, int hw_document)
  682. int    hw_error    (int connection)
  683. string    hw_errormsg    (int connection)
  684. int    hw_free_document    (int hw_document)
  685. array    hw_getanchors    (int connection, int objectID)
  686. array    hw_getanchorsobj    (int connection, int objectID)
  687. string    hw_getandlock    (int connection, int objectID)
  688. array    hw_getchildcoll    (int connection, int objectID)
  689. array    hw_getchildcollobj    (int connection, int objectID)
  690. array    hw_getchilddoccoll    (int connection, int objectID)
  691. array    hw_getchilddoccollobj    (int connection, int objectID)
  692. array    hw_getobject    (int connection, [int|array] objectID, string query)
  693. array    hw_getobjectbyquery    (int connection, string query, int max_hits)
  694. array    hw_getobjectbyquerycoll    (int connection, int objectID, string query, int max_hits)
  695. array    hw_getobjectbyquerycollobj    (int connection, int objectID, string query, int max_hits)
  696. array    hw_getobjectbyqueryobj    (int connection, string query, int max_hits)
  697. array    hw_getparents    (int connection, int objectID)
  698. array    hw_getparentsobj    (int connection, int objectID)
  699. string    hw_getrellink    (int link, int rootid, int sourceid, int destid)
  700. int    hw_getremote    (int connection, int objectID)
  701. int    hw_getremotechildren    (int connection, string object record)
  702. array    hw_getsrcbydestobj    (int connection, int objectID)
  703. int    hw_gettext    (int connection, int objectID [, mixed rootID/prefix])
  704. string    hw_getusername    (int connection)
  705. int    hw_identify    (string username, string password)
  706. array    hw_incollections    (int connection, array object_id_array, array collection_id_array, int return_collections)
  707. string    hw_info    (int connection)
  708. int    hw_inscoll    (int connection, int objectID, array object_array)
  709. int    hw_insdoc    (int connection, int parentID, string object_record, string text)
  710. string    hw_insertanchors    (int hwdoc, array anchorecs, array dest [, array urlprefixes])
  711. int    hw_insertdocument    (int connection, int parent_id, int hw_document)
  712. int    hw_insertobject    (int connection, string object rec, string parameter)
  713. int    hw_mapid    (int connection, int server id, int object id)
  714. int    hw_modifyobject    (int connection, int object_to_change, array remove, array add, int mode)
  715. int    hw_mv    (int connection, array object id array, int source id, int destination id)
  716. int    hw_new_document    (string object_record, string document_data, int document_size)
  717. array    hw_objrec2array    (string object_record [, array format])
  718. int    hw_output_document    (int hw_document)
  719. int    hw_pconnect    (string host, int port, string username, string password)
  720. int    hw_pipedocument    (int connection, int objectID)
  721. int    hw_root    ()
  722. void    hw_setlinkroot    (int link, int rootid)
  723. string    hw_stat    (int link)
  724. int    hw_unlock    (int connection, int objectID)
  725. int    hw_who    (int connection)
  726. float    hypot    (float num1, float num2)
  727. int    ibase_blob_add    (int blob_id, string data)
  728. int    ibase_blob_cancel    (int blob_id)
  729. int    ibase_blob_close    (int blob_id)
  730. int    ibase_blob_create    ([int link_identifier])
  731. int    ibase_blob_echo    (string blob_id_str)
  732. string    ibase_blob_get    (int blob_id, int len)
  733. string    ibase_blob_import    ([int link_identifier, int file_id])
  734. object    ibase_blob_info    (string blob_id_str)
  735. int    ibase_blob_open    (string blob_id)
  736. int    ibase_close    ([int connection_id])
  737. int    ibase_commit    ([int link_identifier, int trans_number])
  738. int    ibase_connect    (string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])
  739. string    ibase_errmsg    (void)
  740. int    ibase_execute    (int query [, int bind_args])
  741. object    ibase_fetch_object    (int result_id)
  742. array    ibase_fetch_row    (int result_identifier)
  743. array    ibase_field_info    (int result, int field number)
  744. int    ibase_free_query    (int query)
  745. int    ibase_free_result    (int result_identifier)
  746. int    ibase_num_fields    (int result_id)
  747. int    ibase_pconnect    (string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])
  748. int    ibase_prepare    ([int link_identifier, string query])
  749. int    ibase_query    ([int link_identifier, string query [, int bind_args]])
  750. int    ibase_rollback    ([int link_identifier, int trans_number])
  751. int    ibase_timefmt    (string format [, int columntype])
  752. int    ibase_trans    ([int trans_args [, int link_identifier]])
  753. int    icap_close    (int icap_stream [, int flags])
  754. string    icap_create_calendar    (int stream_id, string calendar)
  755. string    icap_delete_calendar    (int stream_id, string calendar)
  756. string    icap_delete_event    (int stream_id, int uid)
  757. int    icap_fetch_event    (int stream_id, int event_id [, int options])
  758. int    icap_list_alarms    (int stream_id, array date, array time)
  759. array    icap_list_events    (int stream_id, int begin_date [, int end_date])
  760. stream    icap_open    (string calendar, string username, string password, string options)
  761. string    icap_rename_calendar    (int stream_id, string old_name, string new_name)
  762. int    icap_reopen    (int stream_id, string calendar [, int options])
  763. string    icap_snooze    (int stream_id, int uid)
  764. string    icap_store_event    (int stream_id, object event)
  765. string    iconv    (string in_charset, string out_charset, string str)
  766. array    iconv_get_encoding    ([string type])
  767. array    iconv_set_encoding    (string type, string charset)
  768. int    ifx_affected_rows    (int result_id)
  769. void    ifx_blobinfile_mode    (int mode)
  770. void    ifx_byteasvarchar    (int mode)
  771. int    ifx_close    ([int link_identifier])
  772. int    ifx_connect    ([string database [, string userid [, string password]]])
  773. int    ifx_copy_blob    (int bid)
  774. int    ifx_create_blob    (int type, int mode, string param)
  775. int    ifx_create_char    (string param)
  776. int    ifx_do    (int result_id)
  777. string    ifx_error    (void)
  778. string    ifx_errormsg    ([int errorcode])
  779. array    ifx_fetch_row    (int result_id [, mixed position])
  780. array    ifx_fieldproperties    (int result_id)
  781. array    ifx_fieldtypes    (int result_id)
  782. int    ifx_free_blob    (int bid)
  783. int    ifx_free_char    (int bid)
  784. int    ifx_free_result    (int result_id)
  785. int    ifx_get_blob    (int bid)
  786. int    ifx_get_char    (int bid)
  787. array    ifx_getsqlca    (int result_id)
  788. int    ifx_htmltbl_result    (int result_id [, string html_table_options])
  789. void    ifx_nullformat    (int mode)
  790. int    ifx_num_fields    (int result_id)
  791. int    ifx_num_rows    (int result_id)
  792. int    ifx_pconnect    ([string database [, string userid [, string password]]])
  793. int    ifx_prepare    (string query, int conn_id [, int cursor_def, mixed blobidarray])
  794. int    ifx_query    (string query [, int link_identifier [, int cursor_type [, mixed blobidarray]]])
  795. void    ifx_textasvarchar    (int mode)
  796. bool    ifx_update_blob    (int bid, string content)
  797. int    ifx_update_char    (int bid, string content)
  798. int    ifxus_close_slob    (int bid)
  799. int    ifxus_create_slob    (int mode)
  800. int    ifxus_free_slob    (int bid)
  801. int    ifxus_open_slob    (long bid, int mode)
  802. int    ifxus_read_slob    (long bid, long nbytes)
  803. int    ifxus_seek_slob    (long bid, int mode, long offset)
  804. int    ifxus_tell_slob    (long bid)
  805. int    ifxus_write_slob    (long bid, string content)
  806. int    ignore_user_abort    ([int setting])
  807. int    image2WBMP    (int im [, string filename [, int threshold]])
  808. int    imagealphablending    (resource im, bool blendmode)
  809. int    imagearc    (int im, int cx, int cy, int w, int h, int s, int e, int col)
  810. int    imagechar    (int im, int font, int x, int y, string c, int col)
  811. int    imagecharup    (int im, int font, int x, int y, string c, int col)
  812. int    imagecolorallocate    (int im, int red, int green, int blue)
  813. int    imagecolorat    (int im, int x, int y)
  814. int    imagecolorclosest    (int im, int red, int green, int blue)
  815. int    imagecolorclosestalpha    (resource im, int red, int green, int blue, int alpha)
  816. int    imagecolordeallocate    (int im, int index)
  817. int    imagecolorexact    (int im, int red, int green, int blue)
  818. int    imagecolorexactalpha    (resource im, int red, int green, int blue, int alpha)
  819. int    imagecolorresolve    (int im, int red, int green, int blue)
  820. int    imagecolorresolvealpha    (resource im, int red, int green, int blue, int alpha)
  821. bool    imagecolorset    (int im, int index, int red, int green, int blue)
  822. array    imagecolorsforindex    (int im, int index)
  823. int    imagecolorstotal    (int im)
  824. int    imagecolortransparent    (int im [, int col])
  825. int    ImageCopy    (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)
  826. int    ImageCopyMerge    (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
  827. int    ImageCopyMergeGray    (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
  828. int    imagecopyresampled    (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
  829. int    imagecopyresized    (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
  830. int    imagecreate    (int x_size, int y_size)
  831. int    imagecreatefromgd    (string filename)
  832. int    imagecreatefromgd2    (string filename)
  833. int    imagecreatefromgd2part    (string filename, int srcX, int srcY, int width, int height)
  834. int    imagecreatefromgif    (string filename)
  835. int    imagecreatefromjpeg    (string filename)
  836. int    imagecreatefrompng    (string filename)
  837. int    imagecreatefromstring    (string image)
  838. int    imagecreatefromwbmp    (string filename)
  839. int    imagecreatefromxbm    (string filename)
  840. int    imagecreatefromxpm    (string filename)
  841. resource    imagecreatetruecolor    (int x_size, int y_size)
  842. int    imagedashedline    (int im, int x1, int y1, int x2, int y2, int col)
  843. int    imagedestroy    (int im)
  844. int    imageellipse    (resource im, int cx, int cy, int w, int h, int col)
  845. int    imagefill    (int im, int x, int y, int col)
  846. int    imagefilledarc    (int im, int cx, int cy, int w, int h, int s, int e, int col, int style)
  847. int    imagefilledellipse    (resource im, int cx, int cy, int w, int h, int col)
  848. int    imagefilledpolygon    (int im, array points, int num_points, int col)
  849. int    imagefilledrectangle    (int im, int x1, int y1, int x2, int y2, int col)
  850. int    imagefilltoborder    (int im, int x, int y, int border, int col)
  851. int    imagefontheight    (int font)
  852. int    imagefontwidth    (int font)
  853. array    imageftbbox    (int size, int angle, string font_file, string text [, array extrainfo])
  854. array    imagefttext    (int im, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo])
  855. int    imagegammacorrect    (int im, float inputgamma, float outputgamma)
  856. int    imagegd    (int im [, string filename])
  857. int    imagegd2    (int im [, string filename])
  858. int    imagegif    (int im [, string filename])
  859. int    imageinterlace    (int im [, int interlace])
  860. int    imagejpeg    (int im [, string filename [, int quality]])
  861. int    imageline    (int im, int x1, int y1, int x2, int y2, int col)
  862. int    imageloadfont    (string file)
  863. int    imagepalettecopy    (resource destination, resource source)
  864. int    imagepng    (int im [, string filename])
  865. int    imagepolygon    (int im, array points, int num_points, int col)
  866. array    imagepsbbox    (string text, int font, int size [, int space [, int tightness [, float angle]]])
  867. int    imagepsencodefont    (int font_index, string encodingfile)
  868. bool    imagepsextendfont    (int font_index, float extend)
  869. void    imagepsfreefont    (int fontindex)
  870. int    imagepsloadfont    (string filename)
  871. bool    imagepsslantfont    (int font_index, float slant)
  872. array    imagepstext    (int image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]])
  873. int    imagerectangle    (int im, int x1, int y1, int x2, int y2, int col)
  874. int    imagesetbrush    (resource im, resource brush)
  875. int    imagesetpixel    (int im, int x, int y, int col)
  876. int    imagesetstyle    (resource im, array style)
  877. void    imagesetthickness    (resource im, int thickness)
  878. int    imagesettile    (resource im, resource tile)
  879. int    imagestring    (int im, int font, int x, int y, string s, int col)
  880. int    imagestringup    (int im, int font, int x, int y, string s, int col)
  881. int    imagesx    (int im)
  882. int    imagesy    (int im)
  883. void    imagetruecolortopalette    (resource im, bool dither, int ncolors)
  884. array    imagettfbbox    (int size, int angle, string fontfile, string text)
  885. array    imagettftext    (int im, int size, int angle, int x, int y, int col, string fontfile, string text)
  886. int    imagetypes    (void)
  887. int    imageWBMP    (int im [, string filename [, int foreground]])
  888. string    imap_8bit    (string string)
  889. array    imap_alerts    (void)
  890. int    imap_append    (int imap_stream, string mbox, string message [, string flags])
  891. string    imap_base64    (string text)
  892. string    imap_binary    (string string)
  893. string    imap_body    (int imap_stream, int msg_number [, int flags])
  894. object    imap_bodystruct    (int stream_id, int msg_no, int section)
  895. object    imap_check    (int imap_stream)
  896. string    imap_clearflag_full    (int stream, string sequence, string flag, string options)
  897. int    imap_close    (int imap_stream [, int flags])
  898. int    imap_createmailbox    (int imap_stream, string mbox)
  899. int    imap_delete    (int imap_stream, int msg_number [, int flags])
  900. int    imap_deletemailbox    (int imap_stream, string mbox)
  901. array    imap_errors    (void)
  902. int    imap_expunge    (int imap_stream)
  903. array    imap_fetch_overview    (int imap_stream, string sequence [, int flags])
  904. string    imap_fetchbody    (int imap_stream, int msg_number, string part_number [, flags flags])
  905. string    imap_fetchheader    (int imap_stream, int msgno, int flags)
  906. object    imap_fetchstructure    (int imap_stream, int msg_number [, int flags])
  907. array    imap_get_quota    (int imap_stream, string quota_root)
  908. array    imap_getmailboxes    (int imap_stream, string ref, string pattern)
  909. array    imap_getsubscribed    (int imap_stream, string ref, string pattern)
  910. object    imap_header    (int imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]])
  911. object    imap_headerinfo    (int imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]])
  912. array    imap_headers    (int imap_stream)
  913. string    imap_last_error    (void)
  914. array    imap_listmailbox    (int imap_stream, string ref, string pattern)
  915. array    imap_listsubscribed    (int imap_stream, string ref, string pattern)
  916. string    imap_mail    (string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])
  917. string    imap_mail_compose    (array envelope, array body)
  918. int    imap_mail_copy    (int imap_stream, string msglist, string mbox [, int flags])
  919. int    imap_mail_move    (int imap_stream, string msglist, string mbox [, int flags])
  920. object    imap_mailboxmsginfo    (int imap_stream)
  921. array    imap_mime_header_decode    (string text)
  922. int    imap_msgno    (int imap_stream, int uid)
  923. int    imap_num_msg    (int imap_stream)
  924. int    imap_num_recent    (int imap_stream)
  925. int    imap_open    (string mailbox, string username, string password [, int flags])
  926. int    imap_ping    (int imap_stream)
  927. int    imap_popen    (string mailbox, string user, string password [, int options])
  928. string    imap_qprint    (string string)
  929. int    imap_renamemailbox    (int imap_stream, string old_mbox, string new_mbox)
  930. int    imap_reopen    (int imap_stream, string mailbox [, string flags])
  931. array    imap_rfc822_parse_adrlist    (string address, string default_host)
  932. object    imap_rfc822_parse_headers    (string headers [, string defaulthost])
  933. string    imap_rfc822_write_address    (string mailbox, string host, string personal)
  934. array    imap_scanmailbox    (int imap_stream, string ref, string pattern, string content)
  935. array    imap_search    (int imap_stream, string criteria, int flags)
  936. int    imap_set_quota    (int imap_stream, string quota_root, int quota_limit)
  937. int    imap_setacl    (int stream_id, string mailbox, string id, string rights)
  938. string    imap_setflag_full    (int stream, string sequence, string flag, string options)
  939. array    imap_sort    (int stream, int criteria, int reverse, int options)
  940. object    imap_status    (int imap_stream, string mailbox, int options)
  941. int    imap_subscribe    (int imap_stream, string mbox)
  942. int    imap_thread    (int stream_id [, int flags])
  943. int    imap_uid    (int imap_stream, int msgno)
  944. int    imap_undelete    (int imap_stream, int msg_number)
  945. int    imap_unsubscribe    (int imap_stream, string mbox)
  946. string    imap_utf7_decode    (string text)
  947. string    imap_utf7_encode    (string data)
  948. string    imap_utf8    (string text)
  949. string    implode    (string glue, array pieces)
  950. bool    import_request_variables    (string types [, string prefix])
  951. bool    in_array    (mixed needle, array haystack [, bool strict])
  952. bool    ingres_autocommit    ([resource link])
  953. bool    ingres_close    ([resource link])
  954. bool    ingres_commit    ([resource link])
  955. resource    ingres_connect    ([string database [, string username [, string password]]])
  956. array    ingres_fetch_array    ([int result_type [, resource link]])
  957. object    ingres_fetch_object    ([int result_type [, resource link]])
  958. array    ingres_fetch_row    ([resource link])
  959. int    ingres_field_length    (int index [, resource link])
  960. string    ingres_field_name    (int index [, resource link])
  961. bool    ingres_field_nullable    (int index [, resource link])
  962. int    ingres_field_precision    (int index [, resource link])
  963. int    ingres_field_scale    (int index [, resource link])
  964. string    ingres_field_type    (int index [, resource link])
  965. int    ingres_num_fields    ([resource link])
  966. int    ingres_num_rows    ([resource link])
  967. resource    ingres_pconnect    ([string database [, string username [, string password]]])
  968. bool    ingres_query    (string query [, resource link])
  969. bool    ingres_rollback    ([resource link])
  970. string    ini_alter    (string varname, string newvalue)
  971. string    ini_get    (string varname)
  972. array    ini_get_all    ([string extension])
  973. string    ini_restore    (string varname)
  974. string    ini_set    (string varname, string newvalue)
  975. int    intval    (mixed var [, int base])
  976. int    ip2long    (string ip_address)
  977. array    iptcembed    (string iptcdata, string jpeg_file_name [, int spool])
  978. array    iptcparse    (string iptcblock)
  979. bool    anircg_channel_mode    (resource connection, string channel, string mode_spec, string nick)
  980. bool    anircg_disconnect    (resource connection, string reason)
  981. array    ircg_fetch_error_msg    (resource connection)
  982. string    ircg_get_username    (int connection)
  983. bool    anircg_html_encode    (string html_string)
  984. bool    anircg_ignore_add    (resource connection, string nick)
  985. bool    anircg_ignore_del    (resource connection, string nick)
  986. bool    anircg_is_conn_alive    (resource connection)
  987. bool    anircg_join    (resource connection, string channel)
  988. bool    anircg_kick    (resource connection, string channel, string nick, string reason)
  989. bool    anircg_lookup_format_messages    (string name)
  990. bool    anircg_msg    (resource connection, string recipient, string message [, boolean suppress])
  991. bool    anircg_nick    (resource connection, string nick)
  992. string    ircg_nickname_escape    (string nick)
  993. string    ircg_nickname_unescape    (string nick)
  994. bool    anircg_notice    (resource connection, string , string message)
  995. bool    anircg_part    (resource connection, string channel)
  996. resource    ircg_pconnect    (string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings]]]]])
  997. bool    anircg_register_format_messages    (string name, array messages)
  998. bool    anircg_set_current    (resource connection)
  999. bool    ircg_set_file    (int connection, string path)
  1000. bool    ircg_set_on_die    (int connection, string host, int port, string data)
  1001. bool    anircg_topic    (resource connection, string channel, string new_topic)
  1002. bool    anircg_whois    (resource connection, string nick)
  1003. bool    is_array    (mixed var)
  1004. bool    is_bool    (mixed var)
  1005. bool    is_callable    (mixed var [, bool syntax_only [, string callable_name]])
  1006. bool    is_dir    (string filename)
  1007. bool    is_double    (mixed var)
  1008. bool    is_executable    (string filename)
  1009. bool    is_file    (string filename)
  1010. bool    is_float    (mixed var)
  1011. bool    is_int    (mixed var)
  1012. bool    is_integer    (mixed var)
  1013. bool    is_link    (string filename)
  1014. bool    is_long    (mixed var)
  1015. bool    is_null    (mixed var)
  1016. bool    is_numeric    (mixed var)
  1017. bool    is_object    (mixed var)
  1018. bool    is_readable    (string filename)
  1019. bool    is_real    (mixed var)
  1020. bool    is_resource    (mixed var)
  1021. bool    is_scalar    (mixed var)
  1022. bool    is_string    (mixed var)
  1023. bool    is_subclass_of    (object object, string class_name)
  1024. bool    is_uploaded_file    (string filename)
  1025. bool    is_writable    (string filename)
  1026. bool    is_writeable    (string filename)
  1027. bool    isset    (mixed var [, mixed var [, ...]])
  1028. void    java_last_exception_clear    (void)
  1029. exception    java_last_exception_get    (void)
  1030. mixed    jddayofweek    (int julianday, int mode)
  1031. string    jdmonthname    (int julianday, int mode)
  1032. string    jdtofrench    (int juliandaycount)
  1033. string    jdtogregorian    (int julianday)
  1034. string    jdtojewish    (int julianday)
  1035. string    jdtojulian    (int julianday)
  1036. int    jdtounix    (int jday)
  1037. int    jewishtojd    (int month, int day, int year)
  1038. string    join    (string glue, array pieces)
  1039. int    jpeg2wbmp    (string jpegname, string wbmpname, int d_height, int d_width, int threshold)
  1040. int    juliantojd    (int month, int day, int year)
  1041. mixed    key    (array array)
  1042. int    krsort    (array array [, int sort_flags])
  1043. int    ksort    (array array [, int sort_flags])
  1044. float    lcg_value    (void)
  1045. string    ldap_8859_to_t61    (string value)
  1046. bool    ldap_add    (resource link_identifier, string dn, array entry)
  1047. bool    ldap_bind    (resource link_identifier [, string bind_rdn [, string bind_password]])
  1048. bool    ldap_close    (resource link_identifier)
  1049. bool    ldap_compare    (resource link_identifier, string dn, string attribute, string value)
  1050. resource    ldap_connect    ([string hostname [, int port]])
  1051. int    ldap_count_entries    (resource link_identifier, resource result_identifier)
  1052. bool    ldap_delete    (resource link_identifier, string dn)
  1053. string    ldap_dn2ufn    (string dn)
  1054. string    ldap_err2str    (int errno)
  1055. int    ldap_errno    (resource link_identifier)
  1056. string    ldap_error    (resource link_identifier)
  1057. array    ldap_explode_dn    (string dn, int with_attrib)
  1058. string    ldap_first_attribute    (resource link_identifier, resource result_entry_identifier, int ber_identifier)
  1059. resource    ldap_first_entry    (resource link_identifier, resource result_identifier)
  1060. resource    ldap_first_reference    (resource link, resource result)
  1061. bool    ldap_free_result    (resource result_identifier)
  1062. array    ldap_get_attributes    (resource link_identifier, resource result_entry_identifier)
  1063. string    ldap_get_dn    (resource link_identifier, resource result_entry_identifier)
  1064. array    ldap_get_entries    (resource link_identifier, resource result_identifier)
  1065. bool    ldap_get_option    (resource link_identifier, int option, mixed retval)
  1066. array    ldap_get_values    (resource link_identifier, resource result_entry_identifier, string attribute)
  1067. array    ldap_get_values_len    (resource link_identifier, resource result_entry_identifier, string attribute)
  1068. resource    ldap_list    (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
  1069. bool    ldap_mod_add    (resource link_identifier, string dn, array entry)
  1070. bool    ldap_mod_del    (resource link_identifier, string dn, array entry)
  1071. bool    ldap_mod_replace    (resoure link_identifier, string dn, array entry)
  1072. bool    ldap_modify    (resource link_identifier, string dn, array entry)
  1073. string    ldap_next_attribute    (resource link_identifier, resource result_entry_identifier, resource ber_identifier)
  1074. resource    ldap_next_entry    (resource link_identifier, resource result_entry_identifier)
  1075. resource    ldap_next_reference    (resource link, resource entry)
  1076. bool    anldap_parse_reference    (resource link, resource entry, array referrals)
  1077. bool    anldap_parse_result    (resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
  1078. resource    ldap_read    (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
  1079. bool    ldap_rename    (resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn)
  1080. resource    ldap_search    (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
  1081. bool    ldap_set_option    (resource link_identifier, int option, mixed newval)
  1082. bool    ldap_set_rebind_proc    (resource link, string callback)
  1083. bool    ldap_sort    (resource link, resource result, string sortfilter)
  1084. bool    ldap_start_tls    (resource link)
  1085. string    ldap_t61_to_8859    (string value)
  1086. bool    ldap_unbind    (resource link_identifier)
  1087. void    leak    (int bytes)
  1088. int    levenshtein    (string str1, string str2)
  1089. int    link    (string target, string link)
  1090. int    linkinfo    (string path)
  1091. void    list    (mixed ...)
  1092. array    localeconv    (void)
  1093. array    localtime    ([int timestamp [, bool is_associative]])
  1094. float    log    (float arg)
  1095. float    log10    (float arg)
  1096. float    log1p    (float number)
  1097. string    long2ip    (int proper_address)
  1098. array    lstat    (string filename)
  1099. string    ltrim    (string str [, string charlist])
  1100. bool    mail    (string to, string subject, string message [, string additional_headers [, string additional_parameters]])
  1101. int    mailparse_determine_best_xfer_encoding    (resource fp)
  1102. int    mailparse_msg_create    (void)
  1103. void    mailparse_msg_extract_part    (resource rfc2045, string msgbody [, string callbackfunc])
  1104. string    mailparse_msg_extract_part_file    (resource rfc2045, string filename [, string callbackfunc])
  1105. void    mailparse_msg_free    (resource rfc2045buf)
  1106. int    mailparse_msg_get_part    (resource rfc2045, string mimesection)
  1107. array    mailparse_msg_get_part_data    (resource rfc2045)
  1108. array    mailparse_msg_get_structure    (resource rfc2045)
  1109. void    mailparse_msg_parse    (resource rfc2045buf, string data)
  1110. resource    mailparse_msg_parse_file    (string filename)
  1111. array    mailparse_rfc822_parse_addresses    (string addresses)
  1112. bool    mailparse_stream_encode    (resource sourcefp, resource destfp, string encoding)
  1113. array    mailparse_uudecode_all    (resource fp)
  1114. mixed    max    (mixed arg1, mixed arg2, mixed argn)
  1115. string    mb_convert_encoding    (string str, string to-encoding [, mixed from-encoding])
  1116. string    mb_convert_kana    (string str, string option [, mixed encoding])
  1117. string    mb_convert_variables    (string to-encoding, mixed from-encoding, mixed vars)
  1118. string    mb_decode_mimeheader    (string str)
  1119. string    mb_decode_numericentity    (string str, array convmap [, string encoding])
  1120. string    mb_detect_encoding    (string str [, mixed encoding-list])
  1121. array    mb_detect_order    ([mixed encoding-list])
  1122. string    mb_encode_mimeheader    (string str [, string charset [, string transfer-encoding [, string linefeed]]])
  1123. string    mb_encode_numericentity    (string str, array convmap [, string encoding])
  1124. string    mb_get_info    ([string type])
  1125. string    mb_http_input    ([string type])
  1126. string    mb_http_output    ([string encoding])
  1127. string    mb_internal_encoding    ([string encoding])
  1128. string    mb_language    ([string language])
  1129. string    mb_output_handler    (string contents, int status)
  1130. bool    anmb_parse_str    (string encoded_string [, array result])
  1131. string    mb_preferred_mime_name    (string encoding)
  1132. bool    anmb_send_mail    (string to, string subject, string message [, string additional_headers [, string additional_parameter]])
  1133. string    mb_strcut    (string str, int start [, int length [, string encoding]])
  1134. string    mb_strimwidth    (string str, int start, int width, string trimmarker [, string encoding])
  1135. string    mb_strlen    (string str [, string encoding])
  1136. int    mb_strpos    (string haystack, string needle [, int offset [, string encoding]])
  1137. int    mb_strrpos    (string haystack, string needle [, string encoding])
  1138. int    mb_strwidth    (string str [, string encoding])
  1139. mixed    mb_substitute_character    ([mixed substrchar])
  1140. string    mb_substr    (string str, int start [, int length [, string encoding]])
  1141. int    mcal_append_event    (int mcal_stream)
  1142. int    mcal_close    (int mcal_stream, int flags)
  1143. string    mcal_create_calendar    (int stream, string calendar)
  1144. int    mcal_date_compare    (int a_year, int a_month, int a_day, int b_year, int b_month, int b_day)
  1145. int    mcal_date_valid    (int year, int month, int day)
  1146. int    mcal_day_of_week    (int year, int month, int day)
  1147. int    mcal_    (int year, int month, int day)
  1148. int    mcal_days_in_month    (int month, int leap year)
  1149. string    mcal_delete_calendar    (int stream, string calendar)
  1150. int    mcal_delete_event    (int mcal_stream [, int event_id])
  1151. void    mcal_event_add_attribute    (int stream, string attribute, string value)
  1152. int    mcal_event_init    (int stream)
  1153. int    mcal_event_set_alarm    (int stream, int alarm)
  1154. int    mcal_event_set_category    (int stream, string category)
  1155. int    mcal_event_set_class    (int stream, int class)
  1156. int    mcal_event_set_description    (int stream, string description)
  1157. int    mcal_event_set_end    (int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]])
  1158. int    mcal_event_set_recur_daily    (int stream, int year, int month, int day, int interval)
  1159. int    mcal_event_set_recur_monthly_mday    (int stream, int year, int month, int day, int interval)
  1160. int    mcal_event_set_recur_monthly_wday    (int stream, int year, int month, int day, int interval)
  1161. int    mcal_event_set_recur_none    (int stream)
  1162. int    mcal_event_set_recur_weekly    (int stream, int year, int month, int day, int interval, int weekdays)
  1163. int    mcal_event_set_recur_yearly    (int stream, int year, int month, int day, int interval)
  1164. int    mcal_event_set_start    (int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]])
  1165. int    mcal_event_set_title    (int stream, string title)
  1166. int    mcal_expunge    (int stream)
  1167. object    mcal_fetch_current_stream_event    (int stream)
  1168. object    mcal_fetch_event    (int mcal_stream, int event_id [, int options])
  1169. int    mcal_is_leap_year    (int year)
  1170. array    mcal_list_alarms    (int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]])
  1171. array    mcal_list_events    (int mcal_stream, object begin_date [, object end_date])
  1172. int    mcal_next_recurrence    (int stream, int weekstart, array next)
  1173. int    mcal_open    (string calendar, string username, string password [, int options])
  1174. int    mcal_popen    (string calendar, string username, string password [, int options])
  1175. string    mcal_rename_calendar    (int stream, string old_name, string new_name)
  1176. int    mcal_reopen    (string calendar [, int options])
  1177. int    mcal_snooze    (int id)
  1178. int    mcal_store_event    (int mcal_stream)
  1179. int    mcal_time_valid    (int hour, int minutes, int seconds)
  1180. int    mcal_week_of_year    (int day, int month, int year)
  1181. string    mcrypt_cbc    (int cipher, string key, string data, int mode [, string iv])
  1182. string    mcrypt_cfb    (int cipher, string key, string data, int mode, string iv)
  1183. string    mcrypt_create_iv    (int size, int source)
  1184. string    mcrypt_decrypt    (string cipher, string key, string data, string mode [, string iv])
  1185. string    mcrypt_ecb    (int cipher, string key, string data, int mode)
  1186. string    mcrypt_enc_get_algorithms_name    (resource td)
  1187. int    mcrypt_enc_get_block_size    (resource td)
  1188. int    mcrypt_enc_get_iv_size    (resource td)
  1189. int    mcrypt_enc_get_key_size    (resource td)
  1190. string    mcrypt_enc_get_modes_name    (resource td)
  1191. array    mcrypt_enc_get_supported_key_sizes    (resource td)
  1192. int    mcrypt_enc_is_block_algorithm    (resource td)
  1193. int    mcrypt_enc_is_block_algorithm_mode    (resource td)
  1194. int    mcrypt_enc_is_block_mode    (resource td)
  1195. int    mcrypt_enc_self_test    (resource td)
  1196. string    mcrypt_encrypt    (string cipher, string key, string data, string mode [, string iv])
  1197. string    mcrypt_generic    (resource td, string data)
  1198. bool    mcrypt_generic_deinit    (resource td)
  1199. bool    mcrypt_generic_end    (resource td)
  1200. int    mcrypt_generic_init    (resource td, string key, string iv)
  1201. int    mcrypt_get_block_size    (int cipher)
  1202. string    mcrypt_get_cipher_name    (int cipher)
  1203. int    mcrypt_get_iv_size    (string cipher, string mode)
  1204. int    mcrypt_get_key_size    (int cipher)
  1205. array    mcrypt_list_algorithms    ([string lib_dir])
  1206. array    mcrypt_list_modes    ([string lib_dir])
  1207. bool    mcrypt_module_close    (resource td)
  1208. int    mcrypt_module_get_algo_block_size    (string algorithm [, string lib_dir])
  1209. int    mcrypt_module_get_algo_key_size    (string algorithm [, string lib_dir])
  1210. array    mcrypt_module_get_supported_key_sizes    (string algorithm [, string lib_dir])
  1211. bool    mcrypt_module_is_block_algorithm    (string algorithm [, string lib_dir])
  1212. bool    mcrypt_module_is_block_algorithm_mode    (string mode [, string lib_dir])
  1213. bool    mcrypt_module_is_block_mode    (string mode [, string lib_dir])
  1214. resource    mcrypt_module_open    (string algorithm, string algorithm_directory, string mode, string mode_directory)
  1215. bool    mcrypt_module_self_test    (string algorithm [, string lib_dir])
  1216. string    mcrypt_ofb    (int cipher, string key, string data, int mode, string iv)
  1217. string    md5    (string str)
  1218. string    md5_file    (string filename)
  1219. string    mdecrypt_generic    (resource td, string data)
  1220. string    metaphone    (string str)
  1221. bool    method_exists    (object object, string method_name)
  1222. string    mhash    (int hash, string data [, string key])
  1223. int    mhash_count    (void)
  1224. int    mhash_get_block_size    (int hash)
  1225. string    mhash_get_hash_name    (int hash)
  1226. string    mhash_keygen_s2k    (int hash, string password, string salt, int bytes)
  1227. string    microtime    (void)
  1228. number    min    (number arg1, number arg2 [, ...])
  1229. void    ming_setcubicthreshold    (int threshold)
  1230. void    ming_setscale    (int scale)
  1231. void    ming_useswfversion    (int version)
  1232. int    mkdir    (string pathname, int mode)
  1233. int    mktime    (int hour, int minute, int second, int month, int day, int year [, int is_dst])
  1234. bool    move_uploaded_file    (string filename, string destination)
  1235. bool    msession_connect    (string host, string port)
  1236. int    msession_count    (void)
  1237. bool    msession_create    (string session)
  1238. bool    msession_destroy    (string name)
  1239. void    msession_disconnect    (void)
  1240. array    msession_find    (string name, string value)
  1241. string    msession_get    (string session, string name, string value)
  1242. array    msession_get_array    (string session)
  1243. string    msession_getdata    (string session)
  1244. string    msession_inc    (string session, string name)
  1245. array    msession_list    (void)
  1246. array    msession_listvar    (string name)
  1247. int    msession_lock    (string name)
  1248. string    msession_plugin    (string session, string val [, string param])
  1249. string    msession_randstr    (int param)
  1250. bool    msession_set    (string session, string name, string value)
  1251. bool    msession_set_array    (string session, array tuples)
  1252. bool    msession_setdata    (string session, string value)
  1253. int    msession_timeout    (string session [, int param])
  1254. string    msession_uniq    (int param)
  1255. int    msession_unlock    (string session, int key)
  1256. int    msql    (string database, string query, int link_identifier)
  1257. int    msql_affected_rows    (int query_identifier)
  1258. int    msql_close    (int link_identifier)
  1259. int    msql_connect    ([string hostname [, string server [, string username [, string password]]]])
  1260. int    msql_create_db    (string database name [, int link_identifier])
  1261. int    msql_createdb    (string database name [, int link_identifier])
  1262. int    msql_data_seek    (int query_identifier, int row_number)
  1263. string    msql_dbname    (int query_identifier, int i)
  1264. int    msql_drop_db    (string database_name, int link_identifier)
  1265. int    msql_dropdb    (string database_name, int link_identifier)
  1266. string    msql_error    ([int link_identifier])
  1267. int    msql_fetch_array    (int query_identifier [, int result_type])
  1268. object    msql_fetch_field    (int query_identifier, int field_offset)
  1269. int    msql_fetch_object    (int query_identifier [, int result_type])
  1270. array    msql_fetch_row    (int query_identifier)
  1271. int    msql_field_seek    (int query_identifier, int field_offset)
  1272. string    msql_fieldflags    (int query_identifier, int i)
  1273. int    msql_fieldlen    (int query_identifier, int i)
  1274. string    msql_fieldname    (int query_identifier, int field)
  1275. int    msql_fieldtable    (int query_identifier, int field)
  1276. string    msql_fieldtype    (int query_identifier, int i)
  1277. int    msql_free_result    (int query_identifier)
  1278. int    msql_freeresult    (int query_identifier)
  1279. int    msql_list_dbs    (void)
  1280. int    msql_list_fields    (string database, string tablename)
  1281. int    msql_list_tables    (string database)
  1282. int    msql_listdbs    (void)
  1283. int    msql_listfields    (string database, string tablename)
  1284. int    msql_listtables    (string database)
  1285. int    msql_num_fields    (int query_identifier)
  1286. int    msql_num_rows    (int query_identifier)
  1287. int    msql_numfields    (int query_identifier)
  1288. int    msql_numrows    (void)
  1289. int    msql_pconnect    ([string server [, string username [, string password]]])
  1290. int    msql_query    (string query, int link_identifier)
  1291. string    msql_regcase    (string string)
  1292. int    msql_result    (int query_identifier, int i, mixed field)
  1293. int    msql_select_db    (string database_name, int link_identifier)
  1294. int    msql_selectdb    (string database_name, int link_identifier)
  1295. string    msql_tablename    (int query_identifier, int field)
  1296. int    mssql_bind    (int stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])
  1297. int    mssql_close    ([int link_identifier])
  1298. int    mssql_connect    ([string servername [, string username [, string password]]])
  1299. int    mssql_data_seek    (int result_identifier, int row_number)
  1300. int    mssql_execute    (int stmt)
  1301. int    mssql_fetch_array    (int result)
  1302. array    mssql_fetch_assoc    (int result_id [, int result_type])
  1303. int    mssql_fetch_batch    (string result_index)
  1304. object    mssql_fetch_field    (int result [, int field_offset])
  1305. int    mssql_fetch_object    (int result)
  1306. array    mssql_fetch_row    (int result)
  1307. int    mssql_field_length    (int result [, int offset])
  1308. int    mssql_field_name    (int result [, int offset])
  1309. int    mssql_field_seek    (int result, int field_offset)
  1310. string    mssql_field_type    (int result [, int offset])
  1311. int    mssql_free_result    (int result)
  1312. string    mssql_get_last_message    (void)
  1313. string    mssql_guid_string    (string binary [, int short_format])
  1314. int    mssql_init    (string sp_name [, int conn_id])
  1315. void    mssql_min_error_severity    (int severity)
  1316. void    mssql_min_message_severity    (int severity)
  1317. bool    mssql_next_result    (int result_id)
  1318. int    mssql_num_fields    (int result)
  1319. int    mssql_num_rows    (string result)
  1320. int    mssql_pconnect    ([string servername [, string username [, string password]]])
  1321. int    mssql_query    (string query [, int link_identifier])
  1322. int    mssql_result    (int result, int i, mixed field)
  1323. int    mssql_rows_affected    (int conn_id)
  1324. int    mssql_select_db    (string database_name [, int link_identifier])
  1325. int    mt_getrandmax    (void)
  1326. int    mt_rand    ([int min, int max])
  1327. void    mt_srand    (int seed)
  1328. int    muscat_close    (resource muscat_handle)
  1329. string    muscat_get    (resource muscat_handle)
  1330. int    muscat_give    (resource muscat_handle, string string)
  1331. resource    muscat_setup    (int size [, string muscat_dir])
  1332. resource    muscat_setup_net    (string muscat_host, int port)
  1333. int    mysql_affected_rows    ([resource link_identifier])
  1334. int    mysql_change_user    (string user, string password [, string database [, resource link_identifier]])
  1335. bool    mysql_close    ([resource link_identifier])
  1336. resource    mysql_connect    ([string server [, string username [, string password [, bool new_link]]]])
  1337. bool    mysql_create_db    (string database name [, resource link_identifier])
  1338. bool    mysql_data_seek    (resource result_identifier, int row_number)
  1339. string    mysql_db_name    (resource result, int row [, mixed field])
  1340. resource    mysql_db_query    (string database, string query [, resource link_identifier])
  1341. bool    mysql_drop_db    (string database_name [, resource link_identifier])
  1342. int    mysql_errno    ([resource link_identifier])
  1343. string    mysql_error    ([resource link_identifier])
  1344. string    mysql_escape_string    (string unescaped_string)
  1345. array    mysql_fetch_array    (resource result [, int result_type])
  1346. array    mysql_fetch_assoc    (resource result)
  1347. object    mysql_fetch_field    (resource result [, int field_offset])
  1348. array    mysql_fetch_lengths    (resource result)
  1349. object    mysql_fetch_object    (resource result [, int result_type])
  1350. array    mysql_fetch_row    (resource result)
  1351. string    mysql_field_flags    (resource result, int field_offset)
  1352. int    mysql_field_len    (resource result, int field_offset)
  1353. string    mysql_field_name    (resource result, int field_index)
  1354. int    mysql_field_seek    (resource result, int field_offset)
  1355. string    mysql_field_table    (resource result, int field_offset)
  1356. string    mysql_field_type    (iresource result, int field_offset)
  1357. bool    mysql_free_result    (resource result)
  1358. string    mysql_get_client_info    (void)
  1359. string    mysql_get_host_info    ([resource link_identifier])
  1360. int    mysql_get_proto_info    ([resource link_identifier])
  1361. int    mysql_get_server_info    ([resource link_identifier])
  1362. int    mysql_insert_id    ([resource link_identifier])
  1363. resource    mysql_list_dbs    ([resource link_identifier])
  1364. resource    mysql_list_fields    (string database_name, string table_name [, resource link_identifier])
  1365. resource    mysql_list_tables    (string database [, resource link_identifier])
  1366. int    mysql_num_fields    (resource result)
  1367. int    mysql_num_rows    (resource result)
  1368. resource    mysql_pconnect    ([string server [, string username [, string password]]])
  1369. resource    mysql_query    (string query [, resource link_identifier])
  1370. mixed    mysql_result    (resource result, int row [, mixed field])
  1371. bool    mysql_select_db    (string database_name [, resource link_identifier])
  1372. string    mysql_tablename    (resource result, int i)
  1373. resource    mysql_unbuffered_query    (string query [, resource link_identifier])
  1374. void    natcasesort    (array array)
  1375. void    natsort    (array array)
  1376. int    ncurses_addch    (int ch)
  1377. int    ncurses_addchnstr    (string s, int n)
  1378. int    ncurses_addchstr    (string s)
  1379. int    ncurses_addnstr    (string s, int n)
  1380. int    ncurses_addstr    (string text)
  1381. int    ncurses_assume_default_colors    (int fg, int bg)
  1382. int    ncurses_attroff    (int attributes)
  1383. int    ncurses_attron    (int attributes)
  1384. int    ncurses_attrset    (int attributes)
  1385. int    ncurses_baudrate    (void)
  1386. int    ncurses_beep    (void)
  1387. int    ncurses_bkgd    (int attrchar)
  1388. void    ncurses_bkgdset    (int attrchar)
  1389. int    ncurses_border    (int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)
  1390. bool    ncurses_can_change_color    (void)
  1391. bool    ncurses_cbreak    (void)
  1392. bool    ncurses_clear    (void)
  1393. bool    ncurses_clrtobot    (void)
  1394. bool    ncurses_clrtoeol    (void)
  1395. int    ncurses_color_set    (int pair)
  1396. int    ncurses_curs_set    (int visibility)
  1397. bool    ncurses_def_prog_mode    (void)
  1398. bool    ncurses_def_shell_mode    (void)
  1399. int    ncurses_define_key    (string definition, int keycode)
  1400. int    ncurses_delay_output    (int milliseconds)
  1401. bool    ncurses_delch    (void)
  1402. bool    ncurses_deleteln    (void)
  1403. int    ncurses_delwin    (resource window)
  1404. bool    ncurses_doupdate    (void)
  1405. bool    ncurses_echo    (void)
  1406. int    ncurses_echochar    (int character)
  1407. int    ncurses_end    (void)
  1408. bool    ncurses_erase    (void)
  1409. string    ncurses_erasechar    (void)
  1410. int    ncurses_filter    (void)
  1411. bool    ncurses_flash    (void)
  1412. bool    ncurses_flushinp    (void)
  1413. int    ncurses_getch    (void)
  1414. bool    ncurses_getmouse    (array mevent)
  1415. int    ncurses_halfdelay    (int tenth)
  1416. bool    ncurses_has_colors    (void)
  1417. bool    ncurses_has_ic    (void)
  1418. bool    ncurses_has_il    (void)
  1419. int    ncurses_has_key    (int keycode)
  1420. int    ncurses_hline    (int charattr, int n)
  1421. string    ncurses_inch    (void)
  1422. int    ncurses_init    (void)
  1423. int    ncurses_init_color    (int color, int r, int g, int b)
  1424. int    ncurses_init_pair    (int pair, int fg, int bg)
  1425. int    ncurses_insch    (int character)
  1426. int    ncurses_insdelln    (int count)
  1427. bool    ncurses_insertln    (void)
  1428. int    ncurses_insstr    (string text)
  1429. int    ncurses_instr    (string buffer)
  1430. bool    ncurses_isendwin    (void)
  1431. int    ncurses_keyok    (int keycode, bool enable)
  1432. bool    ncurses_killchar    (void)
  1433. string    ncurses_longname    (void)
  1434. int    ncurses_mouseinterval    (int milliseconds)
  1435. int    ncurses_mousemask    (int newmask, int oldmask)
  1436. int    ncurses_move    (int y, int x)
  1437. int    ncurses_mvaddch    (int y, int x, int c)
  1438. int    ncurses_mvaddchnstr    (int y, int x, string s, int n)
  1439. int    ncurses_mvaddchstr    (int y, int x, string s)
  1440. int    ncurses_mvaddnstr    (int y, int x, string s, int n)
  1441. int    ncurses_mvaddstr    (int y, int x, string s)
  1442. int    ncurses_mvcur    (int old_y, int old_x, int new_y, int new_x)
  1443. int    ncurses_mvdelch    (int y, int x)
  1444. int    ncurses_mvgetch    (int y, int x)
  1445. int    ncurses_mvhline    (int y, int x, int attrchar, int n)
  1446. int    ncurses_mvinch    (int y, int x)
  1447. int    ncurses_mvvline    (int y, int x, int attrchar, int n)
  1448. int    ncurses_mvwaddstr    (resource window, int y, int x, string text)
  1449. int    ncurses_napms    (int milliseconds)
  1450. int    ncurses_newwin    (int rows, int cols, int y, int x)
  1451. bool    ncurses_nl    (void)
  1452. bool    ncurses_nocbreak    (void)
  1453. bool    ncurses_noecho    (void)
  1454. bool    ncurses_nonl    (void)
  1455. int    ncurses_noqiflush    (void)
  1456. bool    ncurses_noraw    (void)
  1457. int    ncurses_putp    (string text)
  1458. int    ncurses_qiflush    (void)
  1459. bool    ncurses_raw    (void)
  1460. int    ncurses_refresh    (int ch)
  1461. bool    ncurses_resetty    (void)
  1462. bool    ncurses_savetty    (void)
  1463. int    ncurses_scr_dump    (string filename)
  1464. int    ncurses_scr_init    (string filename)
  1465. int    ncurses_scr_restore    (string filename)
  1466. int    ncurses_scr_set    (string filename)
  1467. int    ncurses_scrl    (int count)
  1468. bool    ncurses_slk_attr    (void)
  1469. int    ncurses_slk_attroff    (int intarg)
  1470. int    ncurses_slk_attron    (int intarg)
  1471. int    ncurses_slk_attrset    (int intarg)
  1472. bool    ncurses_slk_clear    (void)
  1473. int    ncurses_slk_color    (int intarg)
  1474. bool    ncurses_slk_init    (int format)
  1475. bool    ncurses_slk_noutrefresh    (void)
  1476. bool    ncurses_slk_refresh    (void)
  1477. bool    ncurses_slk_restore    (void)
  1478. bool    ncurses_slk_touch    (void)
  1479. int    ncurses_standend    (void)
  1480. int    ncurses_standout    (void)
  1481. int    ncurses_start_color    (void)
  1482. bool    ncurses_termattrs    (void)
  1483. string    ncurses_termname    (void)
  1484. void    ncurses_timeout    (int millisec)
  1485. int    ncurses_typeahead    (int fd)
  1486. int    ncurses_ungetch    (int keycode)
  1487. bool    ncurses_ungetmouse    (array mevent)
  1488. bool    ncurses_use_default_colors    (void)
  1489. void    ncurses_use_env    (bool flag)
  1490. int    ncurses_use_extended_names    (bool flag)
  1491. int    ncurses_vidattr    (int intarg)
  1492. int    ncurses_vline    (int charattr, int n)
  1493. int    ncurses_wrefresh    (resource window)
  1494. mixed    next    (array array)
  1495. string    ngettext    (string msgid1, string msgid2, int n)
  1496. string    nl2br    (string string)
  1497. string    nl_langinfo    (int item)
  1498. array    notes_body    (string server, string mailbox, int msg_number)
  1499. string    notes_copy_db    (string from_database_name, string to_database_name)
  1500. bool    notes_create_db    (string database_name)
  1501. string    notes_create_note    (string database_name, string form_name)
  1502. bool    notes_drop_db    (string database_name)
  1503. bool    notes_find_note    (string database_name, string name [, string type])
  1504. object    notes_header_info    (string server, string mailbox, int msg_number)
  1505. bool    notes_list_msgs    (string db)
  1506. string    notes_mark_read    (string database_name, string user_name, string note_id)
  1507. string    notes_mark_unread    (string database_name, string user_name, string note_id)
  1508. bool    notes_nav_create    (string database_name, string name)
  1509. string    notes_search    (string database_name, string keywords)
  1510. string    notes_unread    (string database_name, string user_name)
  1511. string    notes_version    (string database_name)
  1512. string    number_format    (float number [, int decimals [, string dec_point [, string thousands_sep]]])
  1513. void    ob_clean    (void)
  1514. void    ob_end_clean    (void)
  1515. void    ob_end_flush    (void)
  1516. void    ob_flush    (void)
  1517. string    ob_get_contents    (void)
  1518. string    ob_get_length    (void)
  1519. int    ob_get_level    (void)
  1520. string    ob_gzhandler    (string buffer [, int mode])
  1521. array    ob_iconv_handler    (string contents, int status)
  1522. void    ob_implicit_flush    ([int flag])
  1523. void    ob_start    ([string output_callback])
  1524. int    OCIBindByName    (int stmt, string ph_name, mixed & variable, int length [, int type])
  1525. int    OCICancel    (int stmt)
  1526. string    OCICollAppend    (object collection, object object)
  1527. string    OCICollAssign    (object collection, object object)
  1528. string    OCICollAssignElem    (object collection, string ndx, string val)
  1529. string    OCICollGetElem    (object collection, string ndx)
  1530. string    OCICollMax    (object collection)
  1531. string    OCICollSize    (object collection)
  1532. string    OCICollTrim    (object collection, int num)
  1533. int    OCIColumnIsNULL    (int stmt, mixed column)
  1534. string    OCIColumnName    (int stmt, int col)
  1535. int    OCIColumnPrecision    (int stmt, int col)
  1536. int    OCIColumnScale    (int stmt, int col)
  1537. int    OCIColumnSize    (int stmt, mixed column)
  1538. mixed    OCIColumnType    (int stmt, int col)
  1539. mixed    OCIColumnTypeRaw    (int stmt, int col)
  1540. int    OCICommit    (int connection)
  1541. int    OCIDefineByName    (int stmt, string Column-Name, mixed variable [, int type])
  1542. array    OCIError    ([int stmt|conn|global])
  1543. int    OCIExecute    (int statement [, int mode])
  1544. int    OCIFetch    (int statement)
  1545. int    OCIFetchInto    (int stmt, array & result [, int mode])
  1546. int    OCIFetchStatement    (int stmt, array & variable)
  1547. string    OCIFreeCollection    (object lob)
  1548. int    OCIFreeCursor    (int stmt)
  1549. int    OCIFreeDesc    (object lob)
  1550. int    OCIFreeStatement    (int stmt)
  1551. void    OCIInternalDebug    (int onoff)
  1552. string    OCILoadLob    (object lob)
  1553. int    OCILogOff    (int connection)
  1554. int    OCILogon    (string username, string password [, string db])
  1555. string    OCINewCollection    (int conn, string tdo [, string shema])
  1556. int    OCINewCursor    (int conn)
  1557. string    OCINewDescriptor    (int connection [, int type])
  1558. int    OCINLogon    (string username, string password [, string db])
  1559. int    OCINumCols    (int stmt)
  1560. int    OCIParse    (int conn, string query)
  1561. int    OCIPLogon    (string username, string password [, string db])
  1562. mixed    OCIResult    (int statement, mixed column)
  1563. int    OCIRollback    (int connection)
  1564. int    OCIRowCount    (int statement)
  1565. string    OCISaveLob    (object lob)
  1566. string    OCISaveLobFile    (object lob)
  1567. string    OCIServerVersion    (int conn)
  1568. int    OCISetPrefetch    (int stmt, int rows)
  1569. string    OCIStatementType    (int stmt)
  1570. void    OCIWriteLobToFile    (object lob [, string filename [, int start [, int lenght]]])
  1571. int    octdec    (string octal_string)
  1572. int    odbc_autocommit    (int connection_id [, int OnOff])
  1573. int    odbc_binmode    (int result_id, int mode)
  1574. void    odbc_close    (int connection_id)
  1575. void    odbc_close_all    (void)
  1576. int    odbc_columnprivileges    (int connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])
  1577. int    odbc_columns    (int connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])
  1578. int    odbc_commit    (int connection_id)
  1579. int    odbc_connect    (string dsn, string user, string password [, int cursor_type])
  1580. string    odbc_cursor    (int result_id)
  1581. int    odbc_do    (int conn_id, string query)
  1582. string    odbc_error    ([int connection_id])
  1583. string    odbc_errormsg    ([int connection_id])
  1584. int    odbc_exec    (int connection_id, string query_string)
  1585. int    odbc_execute    (int result_id [, array parameters_array])
  1586. array    odbc_fetch_array    (int result [, int rownumber])
  1587. int    odbc_fetch_into    (int result_id [, int rownumber, array result_array])
  1588. object    odbc_fetch_object    (int result [, int rownumber])
  1589. int    odbc_fetch_row    (int result_id [, int row_number])
  1590. int    odbc_field_len    (int result_id, int field_number)
  1591. string    odbc_field_name    (int result_id, int field_number)
  1592. int    odbc_field_num    (int result_id, string field_name)
  1593. string    odbc_field_precision    (int result_id, int field_number)
  1594. string    odbc_field_scale    (int result_id, int field_number)
  1595. string    odbc_field_type    (int result_id, int field_number)
  1596. int    odbc_foreignkeys    (int connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)
  1597. int    odbc_free_result    (int result_id)
  1598. int    odbc_gettypeinfo    (int connection_id [, int data_type])
  1599. int    odbc_longreadlen    (int result_id, int length)
  1600. bool    odbc_next_result    (int result_id)
  1601. int    odbc_num_fields    (int result_id)
  1602. int    odbc_num_rows    (int result_id)
  1603. int    odbc_pconnect    (string dsn, string user, string password [, int cursor_type])
  1604. int    odbc_prepare    (int connection_id, string query_string)
  1605. int    odbc_primarykeys    (int connection_id, string qualifier, string owner, string table)
  1606. int    odbc_procedurecolumns    (int connection_id [, string qualifier [, string owner [, string proc [, string column]]]])
  1607. int    odbc_procedures    (int connection_id [, string qualifier [, string owner [, string name]]])
  1608. string    odbc_result    (int result_id, mixed field)
  1609. int    odbc_result_all    (int result_id [, string format])
  1610. int    odbc_rollback    (int connection_id)
  1611. int    odbc_setoption    (int id, int function, int option, int param)
  1612. int    odbc_specialcolumns    (int connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)
  1613. int    odbc_statistics    (int connection_id, string qualifier, string owner, string table_name, int unique, int accuracy)
  1614. int    odbc_tableprivileges    (int connection_id [, string qualifier [, string owner [, string name]]])
  1615. int    odbc_tables    (int connection_id [, string qualifier [, string owner [, string name [, string types]]]])
  1616. resource    opendir    (string path)
  1617. int    openlog    (string ident, int option, int facility)
  1618. bool    openssl_csr_export    (resource csr, string out [, bool notext])
  1619. bool    openssl_csr_export_to_file    (resource csr, string outfilename [, bool notext])
  1620. bool    openssl_csr_new    (array dn, resource privkey [, array extraattribs [, array configargs]])
  1621. resource    openssl_csr_sign    (mixed csr, mixed x509, mixed priv_key, long days)
  1622. mixed    openssl_error_string    (void)
  1623. void    openssl_free_key    (resource key_identifier)
  1624. resource    openssl_get_privatekey    (mixed key [, string passphrase])
  1625. resource    openssl_get_publickey    (mixed certificate)
  1626. bool    openssl_open    (string sealed_data, string open_data, string env_key, mixed priv_key_id)
  1627. bool    openssl_pkcs7_decrypt    (string infilename, string outfilename, mixed recipcert, mixed recipkey)
  1628. bool    openssl_pkcs7_encrypt    (string infilename, string outfilename, mixed recipcerts, array headers [, long flags])
  1629. bool    openssl_pkcs7_sign    (string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, long flags [, string extracertsfilename]])
  1630. bool    openssl_pkcs7_verify    (string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]])
  1631. bool    openssl_pkey_export    (mixed key, mixed out [, string passphrase [, array config_args]])
  1632. bool    openssl_pkey_export_to_file    (mixed key, string outfilename [, string passphrase [, array config_args]])
  1633. resource    openssl_pkey_new    ([array configargs])
  1634. bool    openssl_private_decrypt    (string data, string crypted, mixed key [, int padding])
  1635. bool    openssl_private_encrypt    (string data, string crypted, mixed key [, int padding])
  1636. bool    openssl_public_decrypt    (string data, string crypted, resource key [, int padding])
  1637. bool    openssl_public_encrypt    (string data, string crypted, mixed key [, int padding])
  1638. int    openssl_seal    (string data, string sealed_data, array env_keys, array pub_key_ids)
  1639. bool    openssl_sign    (string data, string signature, mixed priv_key_id)
  1640. int    openssl_verify    (string data, string signature, mixed pub_key_id)
  1641. bool    openssl_x509_check_private_key    (mixed cert, mixed key)
  1642. bool    openssl_x509_checkpurpose    (mixed x509cert, int purpose, array cainfo [, string untrustedfile])
  1643. bool    openssl_x509_export    (mixed x509, string outfilename [, bool notext])
  1644. bool    openssl_x509_export_to_file    (mixed x509, string outfilename [, bool notext])
  1645. void    openssl_x509_free    (resource x509cert)
  1646. array    openssl_x509_parse    (mixed x509cert [, bool shortnames])
  1647. resource    openssl_x509_read    (mixed x509certdata)
  1648. int    ora_bind    (int cursor, string PHP variable name, string SQL parameter name, int length [, int type])
  1649. int    ora_close    (int cursor)
  1650. string    Ora_ColumnName    (int cursor, int column)
  1651. int    Ora_ColumnSize    (int cursor, int column)
  1652. string    Ora_ColumnType    (int cursor, int column)
  1653. int    ora_commit    (int conn)
  1654. int    ora_commitoff    (int conn)
  1655. int    ora_commiton    (int conn)
  1656. int    ora_do    (int conn, string query)
  1657. string    Ora_Error    (int cursor_or_connection)
  1658. int    Ora_ErrorCode    (int cursor_or_connection)
  1659. int    ora_exec    (int cursor)
  1660. int    ora_fetch    (int cursor)
  1661. int    ora_fetch_into    (int cursor, array result [, int flags])
  1662. mixed    ora_getcolumn    (int cursor, mixed column)
  1663. int    ora_logoff    (int connection)
  1664. int    ora_logon    (string user, string password)
  1665. int    ora_numcols    (int cursor_ind)
  1666. int    ora_numrows    (int cursor_ind)
  1667. int    ora_open    (int connection)
  1668. int    ora_parse    (int cursor_ind, string sql_statement, int defer)
  1669. int    ora_plogon    (string user, string password)
  1670. int    ora_rollback    (int connection)
  1671. int    ord    (string string)
  1672. void    overload    ([string class_name])
  1673. void    ovrimos_close    (int connection)
  1674. int    ovrimos_commit    (int connection_id)
  1675. int    ovrimos_connect    (string host, string db, string user, string password)
  1676. int    ovrimos_cursor    (int result_id)
  1677. int    ovrimos_exec    (int connection_id, string query)
  1678. bool    ovrimos_execute    (int result_id [, array parameters_array])
  1679. bool    ovrimos_fetch_into    (int result_id, array result_array [, string how [, int rownumber]])
  1680. bool    ovrimos_fetch_row    (int result_id [, int how [, int row_number]])
  1681. int    ovrimos_field_len    (int result_id, int field_number)
  1682. int    ovrimos_field_name    (int result_id, int field_number)
  1683. int    ovrimos_field_num    (int result_id, string field_name)
  1684. int    ovrimos_field_type    (int result_id, int field_number)
  1685. bool    ovrimos_free_result    (int result_id)
  1686. int    ovrimos_longreadlen    (int result_id, int length)
  1687. int    ovrimos_num_fields    (int result_id)
  1688. int    ovrimos_num_rows    (int result_id)
  1689. int    ovrimos_prepare    (int connection_id, string query)
  1690. int    ovrimos_result    (int result_id, mixed field)
  1691. bool    ovrimos_result_all    (int result_id [, string format])
  1692. int    ovrimos_rollback    (int connection_id)
  1693. string    pack    (string format [, mixed args])
  1694. array    parse_ini_file    (string filename [, bool process_sections])
  1695. void    parse_str    (string str [, array arr])
  1696. array    parse_url    (string url)
  1697. void    passthru    (string command [, int return_var])
  1698. array    pathinfo    (string path)
  1699. int    pclose    (int fp)
  1700. int    pdf_add_annotation    (int pdf object, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
  1701. int    pdf_add_bookmark    (int pdf object, string text [, int parent [, int open]])
  1702. int    pdf_add_launchlink    (int pdf object, float llx, float lly, float urx, float ury, string filename)
  1703. int    pdf_add_locallink    (int pdf object, float llx, float lly, float urx, float ury, int page, string dest)
  1704. int    pdf_add_note    (int pdf object, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
  1705. int    pdf_add_pdflink    (int pdf object, float llx, float lly, float urx, float ury, string filename, int page, string dest)
  1706. int    pdf_add_thumbnail    (int pdf object, int image)
  1707. int    pdf_add_weblink    (int pdf object, float llx, float lly, float urx, float ury, string url)
  1708. void    pdf_arc    (resource pdf object, float x, float y, float r, float alpha, float beta)
  1709. void    pdf_arc    (resource pdf object, float x, float y, float r, float alpha, float beta)
  1710. int    pdf_attach_file    (int pdf object, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)
  1711. void    pdf_begin_page    (int pdf object, float width, float height)
  1712. int    pdf_begin_pattern    (int pdf object, float width, float height, float xstep, float ystep, int painttype)
  1713. void    pdf_begin_template    (int pdf object, float width, float height)
  1714. void    pdf_circle    (int pdf object, float x, float y, float r)
  1715. void    pdf_clip    (int pdf object)
  1716. void    pdf_close    (int pdf object)
  1717. void    pdf_close_image    (int pdf object, int image)
  1718. void    pdf_close_pdi    (int pdf object, int dochandle)
  1719. void    pdf_close_pdi_page    (int pdf object, int pagehandle)
  1720. void    pdf_closepath    (int pdf object)
  1721. void    pdf_closepath_fill_stroke    (int pdf object)
  1722. void    pdf_closepath_stroke    (int pdf object)
  1723. void    pdf_concat    (int pdf object, float a, float b, float c, float d, float e, float f)
  1724. void    pdf_continue_text    (int pdf object, string text)
  1725. void    pdf_curveto    (int pdf object, float x1, float y1, float x2, float y2, float x3, float y3)
  1726. void    pdf_delete    (int pdf object)
  1727. void    pdf_end_page    (int pdf object)
  1728. void    pdf_end_pattern    (int pdf object)
  1729. void    pdf_end_template    (int pdf object)
  1730. void    pdf_fill_stroke    (int pdf object)
  1731. void    pdf_fill_stroke    (int pdf object)
  1732. int    pdf_findfont    (int pdf object, string fontname, string encoding, int embed)
  1733. string    pdf_get_buffer    (int pdf object)
  1734. string    pdf_get_image_height    (int pdf object, int image)
  1735. string    pdf_get_image_width    (int pdf object, int image)
  1736. int    pdf_get_majorversion    (void)
  1737. int    pdf_get_majorversion    (void)
  1738. string    pdf_get_parameter    (int pdf object, string key [, float modifier])
  1739. string    pdf_get_pdi_parameter    (int pdf object, string key, int doc, int page, int index)
  1740. string    pdf_get_pdi_value    (int pdf object, string key, int doc, int page, int index)
  1741. float    pdf_get_value    (int pdf object, string key [, float modifier])
  1742. void    pdf_initgraphics    (int pdf object)
  1743. void    pdf_lineto    (int pdf object, float x, float y)
  1744. void    pdf_makespotcolor    (int pdf object, string spotname)
  1745. void    pdf_moveto    (int pdf object, float x, float y)
  1746. int    pdf_new    ()
  1747. int    pdf_open_CCITT    (int pdf object, string filename, int width, int height, int BitReverse, int k, int Blackls1)
  1748. int    pdf_open_file    (int pdf object [, string filename])
  1749. int    pdf_open_image    (int PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
  1750. int    pdf_open_image_file    (int PDF-document, string imagetype, string filename [, string stringparam [, string intparam]])
  1751. int    pdf_open_memory_image    (int pdf object, int image)
  1752. int    pdf_open_pdi    (int pdf object, string filename, string stringparam, int intparam)
  1753. int    pdf_open_pdi_page    (int pdf object, int dochandle, int pagenumber, string pagelabel)
  1754. void    pdf_place_image    (int pdf object, int image, float x, float y, float scale)
  1755. void    pdf_place_pdi_page    (int pdf object, int page, float x, float y, float sx, float sy)
  1756. void    pdf_rect    (int pdf object, float x, float y, float width, float height)
  1757. void    pdf_restore    (int pdf object)
  1758. void    pdf_rotate    (int pdf object, float phi)
  1759. void    pdf_save    (int pdf object)
  1760. void    pdf_scale    (int pdf object, float x-scale, float y-scale)
  1761. void    pdf_set_border_color    (int pdf object, float red, float green, float blue)
  1762. void    pdf_set_border_dash    (int pdf object, float black, float white)
  1763. void    pdf_set_border_style    (int pdf object, string style, float width)
  1764. void    pdf_set_horiz_scaling    (int pdf object, float scale)
  1765. void    pdf_set_info    (int pdf object, string key, string value)
  1766. bool    pdf_set_info_author    (int pdfdoc, string author)
  1767. bool    pdf_set_info_creator    (int pdfdoc, string creator)
  1768. bool    pdf_set_info_keywords    (int pdfdoc, string keywords)
  1769. bool    pdf_set_info_subject    (int pdfdoc, string subject)
  1770. bool    pdf_set_info_title    (int pdfdoc, string title)
  1771. void    pdf_set_parameter    (int pdf object, string key, string value)
  1772. void    pdf_set_text_pos    (int pdf object, float x, float y)
  1773. void    pdf_set_value    (int pdf object, string key, float value)
  1774. void    pdf_setcolor    (int pdf object, string type, string colorspace, float c1 [, float c2 [, float c3 [, float c4]]])
  1775. void    pdf_setdash    (int pdf object, float b, float w)
  1776. void    pdf_setflat    (int pdf object, float flatness)
  1777. void    pdf_setfont    (int pdf object, int font, float size)
  1778. void    pdf_setgray    (int pdf object, float gray)
  1779. void    pdf_setgray_fill    (int pdf object, float gray)
  1780. void    pdf_setgray_stroke    (int pdf object, float gray)
  1781. void    pdf_setlinecap    (int pdf object, int linecap)
  1782. void    pdf_setlinejoin    (int pdf object, long linejoin)
  1783. void    pdf_setlinewidth    (int pdf object, float width)
  1784. void    pdf_setmatrix    (int pdf object, float a, float b, float c, float d, float e, float f)
  1785. void    pdf_setmiterlimit    (int pdf object, float miter)
  1786. void    pdf_setpolydash    (int pdf object, float * dasharray)
  1787. void    pdf_setrgbcolor    (int pdf object, float red value, float green value, float blue value)
  1788. void    pdf_setrgbcolor_fill    (int pdf object, float red value, float green value, float blue value)
  1789. void    pdf_setrgbcolor_stroke    (int pdf object, float red value, float green value, float blue value)
  1790. void    pdf_show    (int pdf object, string text)
  1791. int    pdf_show_boxed    (int pdf object, string text, float left, float top, float width, float height, string hmode [, string feature])
  1792. void    pdf_show_xy    (int pdf object, string text, float x, float y)
  1793. void    pdf_skew    (int pdf object, float alpha, float beta)
  1794. float    pdf_stringwidth    (int pdf object, string text [, int font [, float size]])
  1795. void    pdf_stroke    (int pdf object)
  1796. void    pdf_translate    (int pdf object, float tx, float ty)
  1797. void    pfpro_cleanup    (void)
  1798. void    pfpro_init    (void)
  1799. array    pfpro_process    (array parameters [, string address [, int port [, int timeout [, string proxy address [, int proxy port [, string proxy logon [, string proxy password]]]]]]])
  1800. string    pfpro_process_raw    (string parameters [, string address [, int port [, int timeout [, string proxy address [, int proxy port [, string proxy logon [, string proxy password]]]]]]])
  1801. string    pfpro_version    (void)
  1802. int    pfsockopen    (string hostname, int port [, int errno [, string errstr [, int timeout]]])
  1803. bool    pg_cancel_query    (resource connection)
  1804. string    pg_client_encoding    ([resource connection])
  1805. bool    pg_close    (resource connection)
  1806. int    pg_cmdtuples    (resource result)
  1807. resource    pg_connect    (string connection_string)
  1808. bool    pg_connection_busy    (resource connection)
  1809. bool    pg_connection_reset    (resource connection)
  1810. int    pg_connection_status    (resource connection)
  1811. int    pg_copy_from    (int connection, string table_name, array rows [, string delimiter [, string null_as]])
  1812. int    pg_copy_to    (int connection, string table_name [, string delimiter [, string null_as]])
  1813. string    pg_dbname    (resource connection)
  1814. bool    pg_end_copy    ([resource connection])
  1815. string    pg_errormessage    (resource connection)
  1816. string    pg_escape_bytea    (string data)
  1817. string    pg_escape_string    (string data)
  1818. resource    pg_exec    (resource connection, string query)
  1819. array    pg_fetch_array    (resource result, int row [, int result_type])
  1820. object    pg_fetch_object    (resource result, int row [, int result_type])
  1821. array    pg_fetch_row    (resource result, int row)
  1822. int    pg_fieldisnull    (resource result, int row, mixed field)
  1823. string    pg_fieldname    (resource result, int field_number)
  1824. int    pg_fieldnum    (resource result, string field_name)
  1825. int    pg_fieldprtlen    (resource result, int row_number, string field_name)
  1826. int    pg_fieldsize    (resource result, int field_number)
  1827. string    pg_fieldtype    (resource result, int field_number)
  1828. bool    pg_freeresult    (resource result)
  1829. resource    pg_get_result    ([resource connection])
  1830. int    pg_getlastoid    (resource result)
  1831. string    pg_host    (resource connection)
  1832. string    pg_last_notice    (resource connection)
  1833. bool    pg_lo_seek    (resource large_object, int offset [, int whence])
  1834. int    pg_lo_tell    (resource large_object)
  1835. bool    pg_loclose    (resource large_object)
  1836. int    pg_locreate    (resource connection)
  1837. bool    pg_loexport    (int oid, string pathname [, resource connection])
  1838. int    pg_loimport    (string pathname [, resource connection])
  1839. resource    pg_loopen    (resource connection, int oid, string mode)
  1840. string    pg_loread    (resource large_object, int len)
  1841. int    pg_loreadall    (resource large_object)
  1842. bool    pg_lounlink    (resource connection, int oid)
  1843. int    pg_lowrite    (resource large_object, string data)
  1844. int    pg_numfields    (resource result)
  1845. int    pg_numrows    (resource result)
  1846. string    pg_options    (resource connection)
  1847. int    pg_pconnect    (string connection_string)
  1848. int    pg_port    (resource connection)
  1849. bool    pg_put_line    ([resource connection, string data])
  1850. mixed    pg_result    (resource result, int row_number, mixed field)
  1851. string    pg_result_error    (resource result)
  1852. int    pg_result_status    (resource result)
  1853. bool    pg_send_query    (resource connection, string query)
  1854. int    pg_set_client_encoding    ([resource connection, string encoding])
  1855. bool    pg_trace    (string pathname [, string mode [, resource connection]])
  1856. string    pg_tty    (resource connection)
  1857. bool    pg_untrace    ([resource connection])
  1858. string    php_logo_guid    (void)
  1859. string    php_sapi_name    (void)
  1860. string    php_uname    (void)
  1861. void    phpcredits    (int flag)
  1862. int    phpinfo    ([int what])
  1863. string    phpversion    (void)
  1864. float    pi    (void)
  1865. int    png2wbmp    (string pngname, string wbmpname, int d_height, int d_width, int threshold)
  1866. int    popen    (string command, string mode)
  1867. mixed    pos    (array array)
  1868. string    posix_ctermid    (void)
  1869. string    posix_getcwd    (void)
  1870. int    posix_getegid    (void)
  1871. int    posix_geteuid    (void)
  1872. int    posix_getgid    (void)
  1873. array    posix_getgrgid    (int gid)
  1874. array    posix_getgrnam    (string name)
  1875. array    posix_getgroups    (void)
  1876. string    posix_getlogin    (void)
  1877. int    posix_getpgid    (int pid)
  1878. int    posix_getpgrp    (void)
  1879. int    posix_getpid    (void)
  1880. int    posix_getppid    (void)
  1881. array    posix_getpwnam    (string username)
  1882. array    posix_getpwuid    (int uid)
  1883. array    posix_getrlimit    (void)
  1884. int    posix_getsid    (int pid)
  1885. int    posix_getuid    (void)
  1886. bool    posix_isatty    (int fd)
  1887. bool    posix_kill    (int pid, int sig)
  1888. bool    posix_mkfifo    (string pathname, int mode)
  1889. bool    posix_setegid    (int gid)
  1890. bool    posix_seteuid    (int uid)
  1891. bool    posix_setgid    (int gid)
  1892. int    posix_setpgid    (int pid, int pgid)
  1893. int    posix_setsid    (void)
  1894. bool    posix_setuid    (int uid)
  1895. array    posix_times    (void)
  1896. string    posix_ttyname    (int fd)
  1897. array    posix_uname    (void)
  1898. number    pow    (numberbase,numberexp)
  1899. array    preg_grep    (string pattern, array input)
  1900. int    preg_match    (string pattern, string subject [, array matches])
  1901. int    preg_match_all    (string pattern, string subject, array matches [, int order])
  1902. string    preg_quote    (string str [, string delimiter])
  1903. mixed    preg_replace    (mixed pattern, mixed replacement, mixed subject [, int limit])
  1904. mixed    preg_replace_callback    (mixed pattern, mixed callback, mixed subject [, int limit])
  1905. array    preg_split    (string pattern, string subject [, int limit [, int flags]])
  1906. mixed    prev    (array array)
  1907. int    print    (string arg)
  1908. void    print_r    (mixed expression)
  1909. void    printer_abort    (resource handle)
  1910. void    printer_close    (resource handle)
  1911. mixed    printer_create_brush    (int style, string color)
  1912. void    printer_create_dc    (resource handle)
  1913. mixed    printer_create_font    (string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientaton)
  1914. mixed    printer_create_pen    (int style, int width, string color)
  1915. bool    printer_delete_brush    (resource handle)
  1916. bool    printer_delete_dc    (resource handle)
  1917. bool    printer_delete_font    (resource handle)
  1918. bool    printer_delete_pen    (resource handle)
  1919. void    printer_draw_bmp    (resource handle, string filename, int x, int y)
  1920. void    printer_draw_chord    (resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1)
  1921. void    printer_draw_elipse    (resource handle, int ul_x, int ul_y, int lr_x, int lr_y)
  1922. void    printer_draw_line    (resource printer_handle, int from_x, int from_y, int to_x, int to_y)
  1923. void    printer_draw_pie    (resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y)
  1924. void    printer_draw_rectangle    (resource handle, int ul_x, int ul_y, int lr_x, int lr_y)
  1925. void    printer_draw_roundrect    (resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height)
  1926. void    printer_draw_text    (resource printer_handle, string text, int x, int y)
  1927. bool    printer_end_doc    (resource handle)
  1928. bool    printer_end_page    (resource handle)
  1929. mixed    printer_get_option    (resource handle, string option)
  1930. array    printer_list    (int enumtype [, string name [, int level]])
  1931. int    printer_logical_fontheight    (resource handle, int height)
  1932. mixed    printer_open    ([string devicename])
  1933. void    printer_select_brush    (resource printer_handle, resource brush_handle)
  1934. void    printer_select_font    (resource printer_handle, resource font_handle)
  1935. void    printer_select_pen    (resource printer_handle, resource pen_handle)
  1936. bool    printer_set_option    (resource handle, int option, mixed value)
  1937. bool    printer_start_doc    (resource handle [, string document])
  1938. bool    printer_start_page    (resource handle)
  1939. bool    printer_write    (resource handle, string content)
  1940. void    printf    (string format [, mixed args])
  1941. int    pspell_add_to_personal    (int dictionary_link, string word)
  1942. int    pspell_add_to_session    (int dictionary_link, string word)
  1943. bool    pspell_check    (int dictionary_link, string word)
  1944. int    pspell_clear_session    (int dictionary_link)
  1945. int    pspell_config_create    (string language [, string spelling [, string jargon [, string encoding]]])
  1946. int    pspell_config_ignore    (int dictionary_link, int n)
  1947. int    pspell_config_mode    (int dictionary_link, int mode)
  1948. int    pspell_config_personal    (int dictionary_link, string file)
  1949. int    pspell_config_repl    (int dictionary_link, string file)
  1950. int    pspell_config_runtogether    (int dictionary_link, bool flag)
  1951. int    pspell_config_save_repl    (int dictionary_link, bool flag)
  1952. int    pspell_new    (string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
  1953. int    pspell_new_config    (int config)
  1954. int    pspell_new_personal    (string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
  1955. int    pspell_save_wordlist    (int dictionary_link)
  1956. int    pspell_store_replacement    (int dictionary_link, string misspelled, string correct)
  1957. array    pspell_suggest    (int dictionary_link, string word)
  1958. void    putenv    (string setting)
  1959. string    qdom_error    (void)
  1960. object    qdom_tree    (string )
  1961. string    quoted_printable_decode    (string str)
  1962. string    quotemeta    (string str)
  1963. float    rad2deg    (float number)
  1964. int    rand    ([int min, int max])
  1965. array    range    (mixed low, mixed high)
  1966. string    rawurldecode    (string str)
  1967. string    rawurlencode    (string str)
  1968. array    exif_read_data    (string filename, string sections, bool arrays, bool thumbnail)
  1969. string    readdir    (resource dir_handle)
  1970. int    readfile    (string filename [, int use_include_path])
  1971. int    readgzfile    (string filename [, int use_include_path])
  1972. string    readline    ([string prompt])
  1973. void    readline_add_history    (string line)
  1974. bool    readline_clear_history    (void)
  1975. bool    readline_completion_function    (string line)
  1976. mixed    readline_info    ([string varname [, string newvalue]])
  1977. array    readline_list_history    (void)
  1978. bool    readline_read_history    (string filename)
  1979. bool    readline_write_history    (string filename)
  1980. string    readlink    (string path)
  1981. string    realpath    (string path)
  1982. string    recode    (string request, string string)
  1983. bool    recode_file    (string request, resource input, resource output)
  1984. string    recode_string    (string request, string string)
  1985. int    register_shutdown_function    (string func)
  1986. void    register_tick_function    (string func [, mixed arg])
  1987. int    rename    (string oldname, string newname)
  1988. mixed    reset    (array array)
  1989. void    restore_error_handler    (void)
  1990. int    rewind    (int fp)
  1991. void    rewinddir    (resource dir_handle)
  1992. int    rmdir    (string dirname)
  1993. float    round    (float val [, int precision])
  1994. void    rsort    (array array [, int sort_flags])
  1995. string    rtrim    (string str [, string charlist])
  1996. bool    sem_acquire    (int sem_identifier)
  1997. int    sem_get    (int key [, int max_acquire [, int perm]])
  1998. bool    sem_release    (int sem_identifier)
  1999. bool    sem_remove    (int sem_identifier)
  2000. string    serialize    (mixed value)
  2001. int    sesam_affected_rows    (string result_id)
  2002. bool    sesam_commit    (void)
  2003. bool    sesam_connect    (string catalog, string schema, string user)
  2004. array    sesam_diagnostic    (void)
  2005. bool    sesam_disconnect    (void)
  2006. string    sesam_errormsg    (void)
  2007. string    sesam_execimm    (string query)
  2008. array    sesam_fetch_array    (string result_id [, int whence [, int offset]])
  2009. mixed    sesam_fetch_result    (string result_id [, int max_rows])
  2010. array    sesam_fetch_row    (string result_id [, int whence [, int offset]])
  2011. array    sesam_field_array    (string result_id)
  2012. int    sesam_field_name    (string result_id, int index)
  2013. int    sesam_free_result    (string result_id)
  2014. int    sesam_num_fields    (string result_id)
  2015. string    sesam_query    (string query [, bool scrollable])
  2016. bool    sesam_rollback    (void)
  2017. bool    sesam_seek_row    (string result_id, int whence [, int offset])
  2018. bool    sesam_settransaction    (int isolation_level, int read_only)
  2019. int    session_cache_expire    ([int new_cache_expire])
  2020. string    session_cache_limiter    ([string cache_limiter])
  2021. bool    session_decode    (string data)
  2022. bool    session_destroy    (void)
  2023. string    session_encode    (void)
  2024. array    session_get_cookie_params    (void)
  2025. string    session_id    ([string id])
  2026. bool    session_is_registered    (string name)
  2027. string    session_module_name    ([string module])
  2028. string    session_name    ([string name])
  2029. bool    session_register    (mixed name [, mixed ...])
  2030. string    session_save_path    ([string path])
  2031. void    session_set_cookie_params    (int lifetime [, string path [, string domain]])
  2032. void    session_set_save_handler    (string open, string close, string read, string write, string destroy, string gc)
  2033. bool    session_start    (void)
  2034. bool    session_unregister    (string name)
  2035. void    session_unset    (void)
  2036. void    session_write_close    (void)
  2037. string    set_error_handler    (string error_handler)
  2038. int    set_file_buffer    (int fp, int buffer)
  2039. long    set_magic_quotes_runtime    (int new_setting)
  2040. void    set_time_limit    (int seconds)
  2041. int    setcookie    (string name [, string value [, int expire [, string path [, string domain [, int secure]]]]])
  2042. string    setlocale    (mixed category, string locale)
  2043. bool    settype    (mixed var, string type)
  2044. string    shell_exec    (string cmd)
  2045. int    shm_attach    (int key [, int memsize [, int perm]])
  2046. int    shm_detach    (int shm_identifier)
  2047. mixed    shm_get_var    (int id, int variable_key)
  2048. int    shm_put_var    (int shm_identifier, int variable_key, mixed variable)
  2049. int    shm_remove    (int shm_identifier)
  2050. int    shm_remove_var    (int id, int variable_key)
  2051. int    shmop_close    (int shmid)
  2052. int    shmop_delete    (int shmid)
  2053. int    shmop_open    (int key, string flags, int mode, int size)
  2054. string    shmop_read    (int shmid, int start, int count)
  2055. int    shmop_size    (int shmid)
  2056. int    shmop_write    (int shmid, string data, int offset)
  2057. bool    show_source    (string filename [, bool return])
  2058. void    shuffle    (array array)
  2059. int    similar_text    (string first, string second [, float percent])
  2060. float    sin    (float arg)
  2061. float    sinh    (float arg)
  2062. int    sizeof    (mixed var)
  2063. void    sleep    (int seconds)
  2064. bool    snmp_get_quick_print    (void)
  2065. void    snmp_set_quick_print    (bool quick_print)
  2066. string    snmpget    (string hostname, string community, string object_id [, int timeout [, int retries]])
  2067. array    snmprealwalk    (string host, string community, string object_id [, int timeout [, int retries]])
  2068. bool    snmpset    (string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]])
  2069. array    snmpwalk    (string hostname, string community, string object_id [, int timeout [, int retries]])
  2070. array    snmpwalkoid    (string hostname, string community, string object_id [, int timeout [, int retries]])
  2071. int    socket_accept    (resource socket)
  2072. int    socket_bind    (resource socket, string address [, int port])
  2073. bool    socket_close    (resource socket)
  2074. int    socket_connect    (resource socket, string address [, int port])
  2075. resource    socket_create    (int domain, int type, int protocol)
  2076. resource    socket_create_listen    (int port [, int backlog])
  2077. bool    socket_create_pair    (int domain, int type, int protocol, array &fd)
  2078. resource    socket_fd_alloc    (void)
  2079. bool    socket_fd_clear    (resource set, mixed socket)
  2080. bool    socket_fd_free    (resource set)
  2081. bool    socket_fd_isset    (resource set, resource socket)
  2082. bool    socket_fd_set    (resource set, mixed socket)
  2083. bool    socket_fd_zero    (resource set)
  2084. array    socket_get_status    (resource socket_get_status)
  2085. mixed    socket_getopt    (resource socket, int level, int optname)
  2086. bool    socket_getpeername    (resource socket, string &addr [, int &port])
  2087. bool    socket_getsockname    (resource socket, string &addr [, int &port])
  2088. bool    socket_iovec_add    (resource iovec, int iov_len)
  2089. resource    socket_iovec_alloc    (int num_vectors [, int ])
  2090. bool    socket_iovec_delete    (resource iovec, int iov_pos)
  2091. string    socket_iovec_fetch    (resource iovec, int iovec_position)
  2092. bool    socket_iovec_free    (resource iovec)
  2093. bool    socket_iovec_set    (resource iovec, int iovec_position, string new_val)
  2094. int    socket_last_error    (resource socket)
  2095. int    socket_listen    (resource socket, int backlog)
  2096. string    socket_read    (resource socket_des, int length [, int type])
  2097. bool    socket_readv    (resource socket, resource iovec_id)
  2098. string    socket_recv    (resource socket, int len, int flags)
  2099. int    socket_recvfrom    (resource socket, string &buf, int len, int flags, string &name [, int &port])
  2100. bool    socket_recvmsg    (resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr [, int &port])
  2101. int    socket_select    (resource read_fd, resource write_fd, resource except_fd, int tv_sec [, int tv_usec])
  2102. int    socket_send    (resource socket, string buf, int len, int flags)
  2103. bool    socket_sendmsg    (resource socket, resource iovec, int flags, string addr [, int port])
  2104. int    socket_sendto    (resource socket, string buf, int len, int flags, string addr [, int port])
  2105. int    socket_set_blocking    (int socket descriptor, int mode)
  2106. bool    socket_set_nonblock    (resource socket)
  2107. bool    socket_set_timeout    (int socket descriptor, int seconds, int microseconds)
  2108. bool    socket_setopt    (resource socket, int level, int optname, int )
  2109. bool    socket_shutdown    (resource socket [, int how])
  2110. string    socket_strerror    (int errno)
  2111. int    socket_write    (resource socket_des, string &buffer, int length)
  2112. bool    socket_writev    (resource socket, resource iovec_id)
  2113. void    sort    (array array [, int sort_flags])
  2114. string    soundex    (string str)
  2115. array    split    (string pattern, string string [, int limit])
  2116. array    spliti    (string pattern, string string [, int limit])
  2117. string    sprintf    (string format [, mixed args])
  2118. string    sql_regcase    (string string)
  2119. float    sqrt    (float arg)
  2120. void    srand    (int seed)
  2121. mixed    sscanf    (string str, string format [, string var1])
  2122. array    stat    (string filename)
  2123. string    str_pad    (string input, int pad_length [, string pad_string [, int pad_type]])
  2124. string    str_repeat    (string input, int multiplier)
  2125. mixed    str_replace    (mixed search, mixed replace, mixed subject)
  2126. string    str_rot13    (string str)
  2127. int    strcasecmp    (string str1, string str2)
  2128. string    strchr    (string haystack, string needle)
  2129. int    strcmp    (string str1, string str2)
  2130. int    strcoll    (string str1, string str2)
  2131. int    strcspn    (string str1, string str2)
  2132. string    strftime    (string format [, int timestamp])
  2133. string    strip_tags    (string str [, string allowable_tags])
  2134. string    stripcslashes    (string str)
  2135. string    stripslashes    (string str)
  2136. string    stristr    (string haystack, string needle)
  2137. int    strlen    (string str)
  2138. int    strnatcasecmp    (string str1, string str2)
  2139. int    strnatcmp    (string str1, string str2)
  2140. int    strncasecmp    (string str1, string str2, int len)
  2141. int    strncmp    (string str1, string str2, int len)
  2142. int    strpos    (string haystack, string needle [, int offset])
  2143. string    strrchr    (string haystack, string needle)
  2144. string    strrev    (string string)
  2145. int    strrpos    (string haystack, char needle)
  2146. int    strspn    (string str1, string str2)
  2147. string    strstr    (string haystack, string needle)
  2148. string    strtok    (string arg1, string arg2)
  2149. string    strtolower    (string str)
  2150. int    strtotime    (string time [, int now])
  2151. string    strtoupper    (string string)
  2152. string    strtr    (string str, string from, string to)
  2153. string    strval    (mixed var)
  2154. string    substr    (string string, int start [, int length])
  2155. int    substr_count    (string haystack, string needle)
  2156. string    substr_replace    (string string, string replacement, int start [, int length])
  2157. void    swf_actiongeturl    (string url, string target)
  2158. void    swf_actiongotoframe    (int framenumber)
  2159. void    swf_actiongotolabel    (string label)
  2160. void    swf_actionnextframe    (void)
  2161. void    swf_actionplay    (void)
  2162. void    swf_actionprevframe    (void)
  2163. void    swf_actionsettarget    (string target)
  2164. void    swf_actionstop    (void)
  2165. void    swf_actiontogglequality    (void)
  2166. void    swf_actionwaitforframe    (int framenumber, int skipcount)
  2167. void    swf_addbuttonrecord    (int states, int shapeid, int depth)
  2168. void    swf_addcolor    (float r, float g, float b, float a)
  2169. void    swf_closefile    ([int return_file])
  2170. void    swf_definebitmap    (int objid, string image_name)
  2171. void    swf_definefont    (int fontid, string fontname)
  2172. void    swf_defineline    (int objid, float x1, float y1, float x2, float y2, float width)
  2173. void    swf_definepoly    (int objid, array coords, int npoints, float width)
  2174. void    swf_definerect    (int objid, float x1, float y1, float x2, float y2, float width)
  2175. void    swf_definetext    (int objid, string str, int docenter)
  2176. void    swf_endbutton    (void)
  2177. void    swf_enddoaction    (void)
  2178. void    swf_endshape    (void)
  2179. void    swf_endsymbol    (void)
  2180. void    swf_fontsize    (float size)
  2181. void    swf_fontslant    (float slant)
  2182. void    swf_fonttracking    (float tracking)
  2183. array    swf_getbitmapinfo    (int bitmapid)
  2184. array    swf_getfontinfo    (void)
  2185. int    swf_getframe    (void)
  2186. void    swf_labelframe    (string name)
  2187. void    swf_lookat    (float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist)
  2188. void    swf_modifyobject    (int depth, int how)
  2189. void    swf_mulcolor    (float r, float g, float b, float a)
  2190. int    swf_nextid    (void)
  2191. void    swf_oncondition    (int transition)
  2192. void    swf_openfile    (string filename, float width, float height, float framerate, float r, float g, float b)
  2193. void    swf_ortho    (float xmin, float xmax, float ymin, float ymax, float zmin, float zmax)
  2194. void    swf_ortho2    (float xmin, float xmax, float ymin, float ymax)
  2195. void    swf_perspective    (float fovy, float aspect, float near, float far)
  2196. void    swf_placeobject    (int objid, int depth)
  2197. void    swf_polarview    (float dist, float azimuth, float incidence, float twist)
  2198. void    swf_popmatrix    (void)
  2199. void    swf_posround    (int round)
  2200. void    swf_pushmatrix    (void)
  2201. void    swf_removeobject    (int depth)
  2202. void    swf_rotate    (float angle, string axis)
  2203. void    swf_scale    (float x, float y, float z)
  2204. void    swf_setfont    (int fontid)
  2205. void    swf_setframe    (int framenumber)
  2206. void    swf_shapearc    (float x, float y, float r, float ang1, float ang2)
  2207. void    swf_shapecurveto    (float x1, float y1, float x2, float y2)
  2208. void    swf_shapecurveto3    (float x1, float y1, float x2, float y2, float x3, float y3)
  2209. void    swf_shapefillbitmapclip    (int bitmapid)
  2210. void    swf_shapefillbitmaptile    (int bitmapid)
  2211. void    swf_shapefilloff    (void)
  2212. void    swf_shapefillsolid    (float r, float g, float b, float a)
  2213. void    swf_shapelinesolid    (float r, float g, float b, float a, float width)
  2214. void    swf_shapelineto    (float x, float y)
  2215. void    swf_shapemoveto    (float x, float y)
  2216. void    swf_showframe    (void)
  2217. void    swf_startbutton    (int objid, int type)
  2218. void    swf_startdoaction    (void)
  2219. void    swf_startshape    (int objid)
  2220. void    swf_startsymbol    (int objid)
  2221. float    swf_textwidth    (string str)
  2222. void    swf_translate    (float x, float y, float z)
  2223. void    swf_viewport    (float xmin, float xmax, float ymin, float ymax)
  2224. new    swfaction    (string script)
  2225. new    swfbitmap    (string filename [, int alphafilename])
  2226. new    swfbutton    (void)
  2227. int    swfbutton_keypress    (string str)
  2228. new    swfdisplayitem    (void)
  2229. new    swffont    (string filename)
  2230. new    swfgradient    (void)
  2231. new    swfmorph    (void)
  2232. new    swfmovie    (void)
  2233. new    swfshape    (void)
  2234. new    swfsprite    (void)
  2235. new    swftext    (void)
  2236. new    swftextfield    ([int flags])
  2237. int    sybase_affected_rows    ([int link_identifier])
  2238. bool    sybase_close    (int link_identifier)
  2239. int    sybase_connect    (string servername, string username, string password [, string charset])
  2240. bool    sybase_data_seek    (int result_identifier, int row_number)
  2241. array    sybase_fetch_array    (int result)
  2242. object    sybase_fetch_field    (int result [, int field_offset])
  2243. int    sybase_fetch_object    (int result)
  2244. array    sybase_fetch_row    (int result)
  2245. int    sybase_field_seek    (int result, int field_offset)
  2246. bool    sybase_free_result    (int result)
  2247. string    sybase_get_last_message    (void)
  2248. void    sybase_min_client_severity    (int severity)
  2249. void    sybase_min_error_severity    (int severity)
  2250. void    sybase_min_message_severity    (int severity)
  2251. void    sybase_min_server_severity    (int severity)
  2252. int    sybase_num_fields    (int result)
  2253. int    sybase_num_rows    (int result)
  2254. int    sybase_pconnect    (string servername, string username, string password [, string charset])
  2255. int    sybase_query    (string query, int link_identifier)
  2256. string    sybase_result    (int result, int row, mixed field)
  2257. bool    sybase_select_db    (string database_name, int link_identifier)
  2258. int    symlink    (string target, string link)
  2259. int    syslog    (int priority, string message)
  2260. string    system    (string command [, int return_var])
  2261. float    tan    (float arg)
  2262. float    tanh    (float arg)
  2263. string    tempnam    (string dir, string prefix)
  2264. string    textdomain    (string text_domain)
  2265. int    time    (void)
  2266. int    tmpfile    (void)
  2267. int    touch    (string filename [, int time])
  2268. void    trigger_error    (string error_msg [, int error_type])
  2269. string    trim    (string str [, string charlist])
  2270. void    uasort    (array array, function cmp_function)
  2271. string    ucfirst    (string str)
  2272. string    ucwords    (string str)
  2273. int    udm_add_search_limit    (int agent, int var, string val)
  2274. int    udm_alloc_agent    (string dbaddr [, string dbmode])
  2275. int    udm_api_version    (void)
  2276. array    udm_cat_list    (int agent, string category)
  2277. array    udm_cat_path    (int agent, string category)
  2278. int    udm_check_charset    (int agent, string charset)
  2279. int    udm_check_stored    (int agent, int link, string doc_id)
  2280. int    udm_clear_search_limits    (int agent)
  2281. int    udm_close_stored    (int agent, int link)
  2282. int    udm_crc32    (int agent, string str)
  2283. int    udm_errno    (int agent)
  2284. string    udm_error    (int agent)
  2285. int    udm_find    (int agent, string query)
  2286. int    udm_free_agent    (int agent)
  2287. int    udm_free_ispell_data    (int agent)
  2288. int    udm_free_res    (int res)
  2289. int    udm_get_doc_count    (int agent)
  2290. string    udm_get_res_field    (int res, int row, int field)
  2291. string    udm_get_res_param    (int res, int param)
  2292. int    udm_load_ispell_data    (int agent, int var, string val1, string val2, int flag)
  2293. int    udm_open_stored    (int agent, string storedaddr)
  2294. int    udm_set_agent_param    (int agent, int var, string val)
  2295. void    uksort    (array array, function cmp_function)
  2296. int    umask    (int mask)
  2297. string    uniqid    (string prefix [, bool lcg])
  2298. int    unixtojd    ([int timestamp])
  2299. int    unlink    (string filename)
  2300. array    unpack    (string format, string data)
  2301. void    unregister_tick_function    (string func [, mixed arg])
  2302. mixed    unserialize    (string str)
  2303. void    unset    (mixed var [, mixed var [, ...]])
  2304. string    urldecode    (string str)
  2305. string    urlencode    (string str)
  2306. void    user_error    (string error_msg [, int error_type])
  2307. void    usleep    (int micro_seconds)
  2308. void    usort    (array array, string cmp_function)
  2309. string    utf8_decode    (string data)
  2310. string    utf8_encode    (string data)
  2311. void    var_dump    (mixed expression [, mixed expression [, ...]])
  2312. mixed    var_export    (mixed expression [, bool return])
  2313. int    version_compare    (string version1, string version2 [, string operator])
  2314. int    virtual    (string filename)
  2315. bool    vpopmail_add_alias_domain    (string domain, string aliasdomain)
  2316. bool    vpopmail_add_alias_domain_ex    (string olddomain, string newdomain)
  2317. bool    vpopmail_add_domain    (string domain, string dir, int uid, int gid)
  2318. bool    vpopmail_add_domain_ex    (string domain, string passwd [, string quota [, string bounce [, bool apop]]])
  2319. bool    vpopmail_add_user    (string user, string domain, string password [, string gecos [, bool apop]])
  2320. bool    vpopmail_alias_add    (string user, string domain, string alias)
  2321. bool    vpopmail_alias_del    (string user, string domain)
  2322. bool    vpopmail_alias_del_domain    (string domain)
  2323. array    vpopmail_alias_get    (string alias, string domain)
  2324. array    vpopmail_alias_get_all    (string domain)
  2325. bool    vpopmail_auth_user    (string user, string domain, string password [, string apop])
  2326. bool    vpopmail_del_domain    (string domain)
  2327. bool    vpopmail_del_domain_ex    (string domain)
  2328. bool    vpopmail_del_user    (string user, string domain)
  2329. string    vpopmail_error    (void)
  2330. bool    vpopmail_passwd    (string user, string domain, string password)
  2331. bool    vpopmail_set_user_quota    (string user, string domain, string quota)
  2332. void    vprintf    (string format, array args)
  2333. string    vsprintf    (string format, array args)
  2334. int    w32api_deftype    (string typename, string member1_type, string member1_name)
  2335. resource    w32api_init_dtype    (string typename, mixed val1, mixed val2)
  2336. mixed    w32api_invoke_function    (string funcname)
  2337. bool    w32api_register_function    (string libary, string function_name)
  2338. void    w32api_set_call_method    (int method)
  2339. bool    wddx_add_vars    (int packet_id, mixed name_var [, mixed ...])
  2340. mixed    wddx_deserialize    (string packet)
  2341. string    wddx_packet_end    (int packet_id)
  2342. int    wddx_packet_start    ([string comment])
  2343. string    wddx_serialize_value    (mixed var [, string comment])
  2344. string    wddx_serialize_vars    (mixed var_name [, mixed ...])
  2345. string    wordwrap    (string str [, int width [, string break [, int cut]]])
  2346. string    xml_error_string    (int code)
  2347. int    xml_get_current_byte_index    (int parser)
  2348. int    xml_get_current_column_number    (int parser)
  2349. int    xml_get_current_line_number    (int parser)
  2350. int    xml_get_error_code    (int parser)
  2351. int    xml_parse    (int parser, string data [, int isFinal])
  2352. int    xml_parse_into_struct    (int parser, string data, array &values, array &index)
  2353. int    xml_parser_create    ([string encoding])
  2354. int    xml_parser_create_ns    ([string encoding [, string sep]])
  2355. string    xml_parser_free    (int parser)
  2356. mixed    xml_parser_get_option    (int parser, int option)
  2357. int    xml_parser_set_option    (int parser, int option, mixed value)
  2358. int    xml_set_character_data_handler    (int parser, string handler)
  2359. int    xml_set_default_handler    (int parser, string handler)
  2360. int    xml_set_element_handler    (int parser, string startElementHandler, string endElementHandler)
  2361. int    xml_set_end_namespace_decl_handler    (int pind, string hdl)
  2362. int    xml_set_external_entity_ref_handler    (int parser, string handler)
  2363. int    xml_set_notation_decl_handler    (int parser, string handler)
  2364. void    xml_set_object    (int parser, object &object)
  2365. int    xml_set_processing_instruction_handler    (int parser, string handler)
  2366. int    xml_set_start_namespace_decl_handler    (int pind, string hdl)
  2367. int    xml_set_unparsed_entity_decl_handler    (int parser, string handler)
  2368. object    xmldoc    (string str)
  2369. object    xmldocfile    (string filename)
  2370. array    xmlrpc_decode    (string xml [, string encoding])
  2371. array    xmlrpc_decode_request    (string xml, string method [, string encoding])
  2372. string    xmlrpc_encode    (mixed value)
  2373. string    xmlrpc_encode_request    (string method, mixed params)
  2374. string    xmlrpc_get_type    (mixed value)
  2375. array    xmlrpc_parse_method_descriptions    (string xml)
  2376. int    xmlrpc_server_add_introspection_data    (resource server, array desc)
  2377. mixed    xmlrpc_server_call_method    (resource server, string xml, mixed user_data [, array output_options])
  2378. resource    xmlrpc_server_create    (void)
  2379. void    xmlrpc_server_destroy    (resource server)
  2380. bool    xmlrpc_server_register_introspection_callback    (resource server, string function)
  2381. bool    xmlrpc_server_register_method    (resource server, string method_name, string function)
  2382. bool    xmlrpc_set_type    (string value, string type)
  2383. object    xmltree    (string str)
  2384. array    xpath_eval    (object xpath context)
  2385. array    xpath_eval_expression    (object xpath_context)
  2386. object    xpath_new_context    (object dom document)
  2387. int    xptr_eval    ([object xpath_context, string eval_str])
  2388. string    xptr_new_context    ([object doc_handle])
  2389. resource    xslt_create    (void)
  2390. int    xslt_errno    (resource xh)
  2391. mixed    xslt_error    (resource xh)
  2392. void    xslt_free    (resource xh)
  2393. mixed    xslt_process    (resource xh, string xml, string xsl [, string result [, array arguments [, array parameters]]])
  2394. void    xslt_set_base    (resource xh, string uri)
  2395. void    xslt_set_encoding    (resource xh, string encoding)
  2396. void    xslt_set_error_handler    (resource xh, mixed handler)
  2397. void    xslt_set_log    (resource xh, mixed log)
  2398. void    xslt_set_sax_handler    (resource xh, array handlers)
  2399. void    xslt_set_sax_handlers    (resource processor, array handlers)
  2400. void    xslt_set_scheme_handler    (resource xh, array handlers)
  2401. void    xslt_set_scheme_handlers    (resource processor, array handlers)
  2402. int    yaz_addinfo    (int id)
  2403. int    yaz_ccl_conf    (int id, array config)
  2404. int    yaz_ccl_parse    (int id, string query, array & result)
  2405. int    yaz_close    (int id)
  2406. int    yaz_connect    (string zurl [, mixed options])
  2407. int    yaz_database    (int id, string databases)
  2408. int    yaz_element    (int id, string elementset)
  2409. int    yaz_errno    (int id)
  2410. string    yaz_error    (int id)
  2411. int    yaz_hits    (int id)
  2412. int    yaz_itemorder    (array args)
  2413. int    yaz_present    (void)
  2414. int    yaz_range    (int id, int start, int number)
  2415. int    yaz_record    (int id, int pos, string type)
  2416. int    yaz_scan    (int id, string type, string startterm [, array flags])
  2417. array    yaz_scan_result    (int id [, array & result])
  2418. int    yaz_search    (int id, string type, string query)
  2419. int    yaz_sort    (int id, string criteria)
  2420. int    yaz_syntax    (int id, string syntax)
  2421. int    yaz_wait    ([ array options])
  2422. void    yp_all    (string domain, string map, string callback)
  2423. array    yp_cat    (string domain, string map)
  2424. string    yp_err_string    (void)
  2425. int    yp_errno    (void)
  2426. array    yp_first    (string domain, string map)
  2427. int    yp_get_default_domain    (void)
  2428. string    yp_master    (string domain, string map)
  2429. string    yp_match    (string domain, string map, string key)
  2430. array    yp_next    (string domain, string map, string key)
  2431. int    yp_order    (string domain, string map)
  2432. string    zend_logo_guid    (void)
  2433. string    zend_version    (void)
  2434. void    zip_close    (resource zip)
  2435. void    zip_entry_close    (resource zip_entry)
  2436. int    zip_entry_compressedsize    (resource zip_entry)
  2437. string    zip_entry_compressionmethod    (resource zip_entry)
  2438. int    zip_entry_filesize    (resource zip_entry)
  2439. string    zip_entry_name    (resource zip_entry)
  2440. bool    zip_entry_open    (resource zip, resource zip_entry [, string mode])
  2441. string    zip_entry_read    (resource zip_entry [, int length])
  2442. resource    zip_open    (string filename)
  2443. resource    zip_read    (resource zip)